mirror of
https://github.com/notherealmarco/WASAPhoto.git
synced 2025-03-13 13:35:23 +01:00
23 lines
719 B
Modula-2
23 lines
719 B
Modula-2
module github.com/notherealmarco/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/google/uuid v1.3.0 // 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
|
|
)
|