Skip to content

Commit 4bebe23

Browse files
author
=
committed
Updated/Added missing dependencies
1 parent 44de490 commit 4bebe23

File tree

2 files changed

+1270
-8
lines changed

2 files changed

+1270
-8
lines changed

go.mod

+19-8
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,31 @@ module github.com/kthxat/filament
33
go 1.12
44

55
require (
6-
github.com/BurntSushi/toml v1.2.1
6+
github.com/BurntSushi/toml v1.3.2
77
github.com/GeertJohan/go.rice v1.0.3
8-
github.com/davecgh/go-spew v1.1.1
8+
github.com/bytedance/sonic v1.11.1 // indirect
9+
github.com/chenzhuoyu/iasm v0.9.1 // indirect
10+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
911
github.com/dustin/go-humanize v1.0.1
1012
github.com/foolin/gin-template v0.0.0-20190415034731-41efedfb393b
1113
github.com/gin-gonic/gin v1.9.1
14+
github.com/go-playground/validator/v10 v10.18.0 // indirect
15+
github.com/klauspost/cpuid/v2 v2.2.7 // indirect
16+
github.com/mattn/go-isatty v0.0.20 // indirect
1217
github.com/mitchellh/go-homedir v1.1.0
13-
github.com/nicksnyder/go-i18n/v2 v2.2.1
14-
github.com/rogpeppe/go-internal v1.8.0 // indirect
15-
github.com/rs/xid v1.4.0
18+
github.com/nicksnyder/go-i18n/v2 v2.4.0
19+
github.com/pelletier/go-toml/v2 v2.1.1 // indirect
20+
github.com/rs/xid v1.5.0
1621
github.com/secsy/goftp v0.0.0-20200609142545-aa2de14babf4
17-
github.com/spf13/viper v1.15.0
18-
go.uber.org/multierr v1.8.0
19-
golang.org/x/crypto v0.17.0
22+
github.com/spf13/jwalterweatherman v1.1.0 // indirect
23+
github.com/spf13/viper v1.18.2
24+
github.com/ugorji/go/codec v1.2.12 // indirect
25+
go.uber.org/atomic v1.11.0 // indirect
26+
go.uber.org/multierr v1.11.0
27+
golang.org/x/arch v0.7.0 // indirect
28+
golang.org/x/crypto v0.20.0
29+
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 // indirect
2030
golang.org/x/text v0.14.0
31+
google.golang.org/protobuf v1.32.0 // indirect
2132
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
2233
)

0 commit comments

Comments
 (0)