-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathgo.mod
22 lines (19 loc) · 668 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module git.sapienzaapps.it/fantasticcoffee/fantastic-coffee-decaffeinated
go 1.17
require (
github.com/ardanlabs/conf v1.5.0
github.com/gofrs/uuid v4.4.0+incompatible
github.com/gorilla/handlers v1.5.2
github.com/julienschmidt/httprouter v1.3.0
github.com/mattn/go-sqlite3 v1.14.23
github.com/sirupsen/logrus v1.9.3
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/google/go-cmp v0.5.8 // indirect
github.com/kr/pretty v0.1.0 // indirect
golang.org/x/sys v0.25.0 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)