abfapi/go.mod

17 lines
411 B
Modula-2
Raw Permalink Normal View History

2024-12-09 01:23:08 +03:00
module tvoygit.ru/Djam/abfapi
2024-12-09 00:44:37 +03:00
go 1.22.0
require (
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
github.com/stretchr/testify v1.8.1
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/btree v1.1.3 // indirect
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)