gomvn/go.mod

20 lines
488 B
Modula-2
Raw Normal View History

2024-03-04 13:11:06 +00:00
module github.com/1f349/gomvn
go 1.22
require (
github.com/MrMelon54/exit-reload v0.0.1
2024-03-18 13:20:37 +00:00
github.com/dustin/go-humanize v1.0.1
2024-03-04 13:11:06 +00:00
github.com/golang-migrate/migrate/v4 v4.17.0
github.com/julienschmidt/httprouter v1.3.0
2024-03-04 18:50:13 +00:00
github.com/thanhpk/randstr v1.0.6
2024-03-04 13:11:06 +00:00
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/mattn/go-sqlite3 v1.14.22 // indirect
go.uber.org/atomic v1.11.0 // indirect
)