cml04-eventer/go.mod

24 lines
727 B
Modula-2
Raw Permalink Normal View History

2024-08-18 22:44:06 +02:00
module git.espin.casa/albert/cml04-eventer
2024-09-17 10:45:28 +02:00
go 1.23.1
2024-08-18 22:44:06 +02:00
require (
2024-09-17 10:45:28 +02:00
git.espin.casa/albert/logger v1.0.0
2024-08-18 22:44:06 +02:00
github.com/google/uuid v1.6.0
github.com/nsqio/go-nsq v1.1.0
github.com/pkg/errors v0.9.1
2024-09-17 10:45:28 +02:00
github.com/stretchr/testify v1.7.0
2024-08-18 22:44:06 +02:00
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/snappy v0.0.1 // indirect
2024-10-17 19:37:56 +02:00
github.com/hashicorp/go-msgpack v0.5.5 // indirect
2024-08-18 22:44:06 +02:00
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
2024-10-17 19:37:56 +02:00
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
2024-08-18 22:44:06 +02:00
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
2024-09-17 10:45:28 +02:00
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
2024-08-18 22:44:06 +02:00
)