mirror of
https://tvoygit.ru/Djam/abfapi.git
synced 2025-02-23 10:22:45 +00:00
16 lines
411 B
Modula-2
16 lines
411 B
Modula-2
module tvoygit.ru/Djam/abfapi
|
|
|
|
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
|
|
)
|