freego_api/go.mod

9 lines
181 B
Modula-2
Raw Permalink Normal View History

2022-03-03 18:28:00 +00:00
module git.saintnet.tech/freego_api
go 1.17
require (
2022-03-07 21:14:30 +00:00
git.saintnet.tech/stryan/freego v0.0.0-20220307210942-38a41634101a // indirect
2022-03-03 18:28:00 +00:00
github.com/gorilla/mux v1.8.0 // indirect
)