Commit 8ecc521 1 parent 8748f41 commit 8ecc521 Copy full SHA for 8ecc521
File tree 2 files changed +64
-187
lines changed
2 files changed +64
-187
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,15 @@ require (
8
8
github.com/davecgh/go-spew v1.1.1
9
9
github.com/dustin/go-humanize v1.0.1
10
10
github.com/foolin/gin-template v0.0.0-20190415034731-41efedfb393b
11
- github.com/gin-contrib/sessions v0.0.5
12
- github.com/gin-gonic/gin v1.8.2
11
+ github.com/gin-gonic/gin v1.9.1
13
12
github.com/mitchellh/go-homedir v1.1.0
14
13
github.com/nicksnyder/go-i18n/v2 v2.2.1
14
+ github.com/rogpeppe/go-internal v1.8.0 // indirect
15
15
github.com/rs/xid v1.4.0
16
16
github.com/secsy/goftp v0.0.0-20200609142545-aa2de14babf4
17
17
github.com/spf13/viper v1.15.0
18
18
go.uber.org/multierr v1.8.0
19
- golang.org/x/crypto v0.6.0
20
- golang.org/x/text v0.7.0
19
+ golang.org/x/crypto v0.9.0
20
+ golang.org/x/text v0.9.0
21
+ gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
21
22
)
You can’t perform that action at this time.
0 commit comments