-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
42 lines (39 loc) · 1.95 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
module github.com/spring2go/gravitee
go 1.19
require (
github.com/RichardKnop/go-fixtures v0.0.0-20181101035649-15577dcaa372
github.com/RichardKnop/jsonhal v0.0.0-20181101035658-9ef775cfa6bf
github.com/RichardKnop/logging v0.0.0-20181101035820-b1d5d44c82d6
github.com/RichardKnop/uuid v0.0.0-20160216163710-c55201b03606
github.com/gorilla/context v1.1.2-0.20181012153548-51ce91d2eadd
github.com/gorilla/mux v1.6.3-0.20181030152528-3d80bc801bb0
github.com/gorilla/sessions v1.1.4-0.20181015005113-68d1edeb366b
github.com/jinzhu/configor v1.0.0
github.com/jinzhu/gorm v1.9.2
github.com/oxtoacart/bpool v0.0.0-20150712133111-4e1c5567d7c2
github.com/phyber/negroni-gzip v0.0.0-20180113114010-ef6356a5d029
github.com/stretchr/testify v1.7.0
github.com/unrolled/secure v0.0.0-20181022170031-4b6b7cf51606
github.com/urfave/cli v1.20.0
github.com/urfave/negroni v1.0.1-0.20181104104510-0af0d913cfc4
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d
gopkg.in/tylerb/graceful.v1 v1.2.15
)
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/codegangsta/negroni v1.0.0 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/denisenkom/go-mssqldb v0.12.3 // indirect
github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 // indirect
github.com/go-sql-driver/mysql v1.4.1-0.20181116102033-6be42e0ff996 // indirect
github.com/gofrs/uuid v4.4.0+incompatible // indirect
github.com/gorilla/securecookie v1.1.2-0.20181010174647-e65cf8c5df81 // indirect
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/mitchellh/mapstructure v1.1.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.1.2-0.20180825064932-ef50b0de2877 // indirect
google.golang.org/appengine v1.3.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)