gropple/go.mod

19 lines
343 B
Modula-2
Raw Normal View History

2021-09-21 08:33:24 +09:30
module github.com/tardisx/gropple
2025-04-25 11:04:12 +09:30
go 1.23.0
toolchain go1.24.1
2021-09-21 08:33:24 +09:30
2021-09-26 21:13:33 +09:30
require (
2023-11-20 07:39:38 +10:30
github.com/gorilla/mux v1.8.1
2024-03-17 09:36:53 +10:30
github.com/stretchr/testify v1.9.0
2025-04-25 11:04:12 +09:30
golang.org/x/mod v0.24.0
2021-09-28 21:17:54 +09:30
gopkg.in/yaml.v2 v2.4.0
2021-09-26 21:13:33 +09:30
)
2023-11-20 21:01:50 +10:30
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)