2021-09-21 08:33:24 +09:30
|
|
|
module github.com/tardisx/gropple
|
|
|
|
|
2023-03-09 21:02:21 +10:30
|
|
|
go 1.20
|
2021-09-21 08:33:24 +09:30
|
|
|
|
2021-09-26 21:13:33 +09:30
|
|
|
require (
|
|
|
|
github.com/gorilla/mux v1.8.0
|
2023-03-09 21:32:13 +10:30
|
|
|
golang.org/x/mod v0.9.0
|
2021-09-28 21:17:54 +09:30
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2021-09-26 21:13:33 +09:30
|
|
|
)
|