clessy-ng/go.mod

15 lines
328 B
Modula-2
Raw Normal View History

2022-03-24 11:47:37 +00:00
module git.fromouter.space/crunchy-rocks/clessy-ng
go 1.18
2022-03-25 14:29:14 +00:00
require (
git.fromouter.space/hamcha/tg v0.1.0
git.sr.ht/~hamcha/containers v0.0.3
github.com/json-iterator/go v1.1.12
)
2022-03-24 11:47:37 +00:00
require (
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
)