23 lines
668 B
Modula-2
23 lines
668 B
Modula-2
|
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
|
||
|
)
|