card_id/go.mod

18 lines
468 B
Modula-2
Raw Normal View History

2022-04-13 07:48:22 +00:00
module git.tuxpa.in/a/card_id
go 1.18
2022-04-13 07:49:07 +00:00
require (
2022-04-14 00:57:28 +00:00
github.com/go-chi/chi/v5 v5.0.7
github.com/go-chi/oauth v0.0.0-20210913085627-d937e221b3ef
github.com/go-chi/render v1.0.1
2022-04-13 07:49:07 +00:00
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
lukechampine.com/frand v1.4.2
)
2022-04-13 07:48:22 +00:00
require (
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect
2022-04-14 00:57:28 +00:00
github.com/gofrs/uuid v4.0.0+incompatible // indirect
2022-04-13 07:48:22 +00:00
golang.org/x/sys v0.0.0-20190626221950-04f50cda93cb // indirect
)