snap/go.mod

16 lines
377 B
Modula-2
Raw Normal View History

2023-05-23 14:09:57 +00:00
module git.twelvetwelve.org/library/snap
2023-05-23 14:09:57 +00:00
go 1.20
require (
2024-04-16 17:11:21 +00:00
git.twelvetwelve.org/library/core v0.1.1-0.20240416170915-b309a62d2748
github.com/gorilla/mux v1.8.0
2021-01-19 03:00:46 +00:00
github.com/stretchr/testify v1.7.0
)
2023-05-23 14:09:57 +00:00
require (
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)