-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (19 loc) · 672 Bytes
/
go.mod
File metadata and controls
22 lines (19 loc) · 672 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module WASAPhoto.uniroma1.it/wasaphoto
go 1.17
require (
github.com/ardanlabs/conf v1.5.0
github.com/gofrs/uuid v4.3.1+incompatible
github.com/gorilla/handlers v1.5.1
github.com/julienschmidt/httprouter v1.3.0
github.com/sirupsen/logrus v1.9.0
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/felixge/httpsnoop v1.0.1 // indirect
github.com/google/go-cmp v0.5.8 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/mattn/go-sqlite3 v1.14.16 // indirect
golang.org/x/sys v0.0.0-20220808155132-1c4a2a72c664 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)