mirror of
https://github.com/1f349/gomvn.git
synced 2024-12-22 07:54:12 +00:00
19 lines
450 B
Modula-2
19 lines
450 B
Modula-2
module github.com/1f349/gomvn
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/MrMelon54/exit-reload v0.0.1
|
|
github.com/golang-migrate/migrate/v4 v4.17.0
|
|
github.com/julienschmidt/httprouter v1.3.0
|
|
github.com/thanhpk/randstr v1.0.6
|
|
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
|
|
)
|