@@ -3,20 +3,31 @@ module github.com/kthxat/filament
3
3
go 1.12
4
4
5
5
require (
6
- github.com/BurntSushi/toml v1.2.1
6
+ github.com/BurntSushi/toml v1.3.2
7
7
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
9
11
github.com/dustin/go-humanize v1.0.1
10
12
github.com/foolin/gin-template v0.0.0-20190415034731-41efedfb393b
11
13
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
12
17
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
16
21
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
20
30
golang.org/x/text v0.14.0
31
+ google.golang.org/protobuf v1.32.0 // indirect
21
32
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
22
33
)
0 commit comments