acfunction_go/go.mod

16 lines
356 B
Modula-2
Raw Permalink Normal View History

2024-06-18 23:30:03 -07:00
module git.saveweb.org/saveweb/acfunction_go
go 1.22.4
require (
2024-06-23 14:00:12 -07:00
git.saveweb.org/saveweb/saveweb_tracker v0.1.12
2024-06-18 23:30:03 -07:00
github.com/hashicorp/go-retryablehttp v0.7.7
github.com/tidwall/gjson v1.17.1
)
require (
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
)