meta/go.mod

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

module git.bit5.ru/backend/meta/v4
2022-10-01 21:09:54 +03:00
2023-06-16 14:07:27 +03:00
go 1.20
2022-10-01 21:09:54 +03:00
require (
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.7.3
github.com/vmihailenco/msgpack/v5 v5.3.5
2022-10-01 21:09:54 +03:00
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
2022-10-01 21:09:54 +03:00
gopkg.in/yaml.v3 v3.0.1 // indirect
)