2022-10-01 21:09:54 +03:00
|
|
|
module git.bit5.ru/backend/meta
|
|
|
|
|
|
|
|
go 1.18
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/pkg/errors v0.9.1
|
|
|
|
github.com/stretchr/testify v1.7.3
|
2023-06-06 15:14:33 +03:00
|
|
|
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
|
2023-06-06 15:14:33 +03:00
|
|
|
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
|
|
|
|
)
|