Skip to content

Commit b3a350f

Browse files
committed
merge from dev
1 parent b6bbcb5 commit b3a350f

File tree

2 files changed

+3
-167
lines changed

2 files changed

+3
-167
lines changed

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ require (
2020
github.com/dgrijalva/jwt-go v3.2.0+incompatible
2121
github.com/disintegration/imaging v1.6.1
2222
github.com/go-sql-driver/mysql v1.5.0
23-
github.com/golang/protobuf v1.4.3 // indirect
2423
github.com/kardianos/service v1.0.0
2524
github.com/lifei6671/gocaptcha v0.0.0-20190301083731-c467a25bc100
2625
github.com/mssola/user_agent v0.5.0
2726
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
2827
github.com/russross/blackfriday v2.0.0+incompatible
2928
github.com/satori/go.uuid v1.2.0 // indirect
29+
github.com/shiena/ansicolor v0.0.0-20200904210342-c7312218db18 // indirect
3030
github.com/smartystreets/goconvey v1.6.4 // indirect
3131
github.com/stretchr/testify v1.6.1 // indirect
3232
github.com/unknwon/com v1.0.1
@@ -35,7 +35,6 @@ require (
3535
golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect
3636
golang.org/x/sys v0.0.0-20201223074533-0d417f636930 // indirect
3737
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 // indirect
38-
google.golang.org/protobuf v1.25.0 // indirect
3938
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
4039
gopkg.in/ldap.v2 v2.5.1
4140
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)