-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump go version to 1.16 and update dependencies
- Loading branch information
Showing
3 changed files
with
330 additions
and
222 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,20 @@ | ||
module gnt-cc | ||
|
||
go 1.13 | ||
go 1.16 | ||
|
||
require ( | ||
github.com/GeertJohan/go.rice v1.0.2 | ||
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 | ||
github.com/appleboy/gin-jwt/v2 v2.6.4 | ||
github.com/daaku/go.zipexe v1.0.1 // indirect | ||
github.com/fsnotify/fsnotify v1.4.9 // indirect | ||
github.com/gin-gonic/gin v1.6.3 | ||
github.com/go-playground/validator/v10 v10.4.0 // indirect | ||
github.com/gofrs/uuid v3.3.0+incompatible // indirect | ||
github.com/golang/protobuf v1.4.3 // indirect | ||
github.com/gin-gonic/gin v1.7.3 | ||
github.com/gorilla/websocket v1.4.2 | ||
github.com/json-iterator/go v1.1.10 // indirect | ||
github.com/jtblin/go-ldap-client v0.0.0-20170223121919-b73f66626b33 | ||
github.com/kr/text v0.2.0 // indirect | ||
github.com/magiconair/properties v1.8.4 // indirect | ||
github.com/mailru/easyjson v0.7.6 // indirect | ||
github.com/mitchellh/mapstructure v1.3.3 // indirect | ||
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect | ||
github.com/pelletier/go-toml v1.8.1 // indirect | ||
github.com/sirupsen/logrus v1.7.0 | ||
github.com/spf13/afero v1.4.1 // indirect | ||
github.com/spf13/cast v1.3.1 // indirect | ||
github.com/spf13/jwalterweatherman v1.1.0 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/spf13/viper v1.7.1 | ||
github.com/stretchr/objx v0.3.0 // indirect | ||
github.com/stretchr/testify v1.6.1 | ||
github.com/sirupsen/logrus v1.8.1 | ||
github.com/spf13/viper v1.8.1 | ||
github.com/stretchr/testify v1.7.0 | ||
github.com/swaggo/files v0.0.0-20190704085106-630677cd5c14 | ||
github.com/swaggo/gin-swagger v1.2.0 | ||
github.com/swaggo/gin-swagger v1.3.1 | ||
github.com/swaggo/swag v1.7.0 | ||
github.com/ugorji/go v1.1.12 // indirect | ||
golang.org/x/crypto v0.0.0-20201012173705-84dcc777aaee // indirect | ||
golang.org/x/sys v0.0.0-20201015000850-e3ed0017c211 // indirect | ||
google.golang.org/protobuf v1.25.0 // indirect | ||
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect | ||
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect | ||
gopkg.in/ini.v1 v1.62.0 // indirect | ||
gopkg.in/ldap.v2 v2.5.1 // indirect | ||
gopkg.in/yaml.v2 v2.3.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect | ||
) |
Oops, something went wrong.