-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathgo.mod
24 lines (21 loc) · 787 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/gabrielperezs/goreactor
go 1.21
require (
github.com/BurntSushi/toml v1.3.2
github.com/Jeffail/gabs v1.4.0
github.com/aws/aws-sdk-go v1.50.13
github.com/gabrielperezs/monad v0.0.0-20190930103133-261d32f2d7b2 // indirect
github.com/gabrielperezs/streamspooler v1.0.0
github.com/gallir/bytebufferpool v1.0.1 // indirect
github.com/gallir/dynsemaphore v1.0.1
github.com/gallir/smart-relayer v8.8.6+incompatible // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/savaki/jq v0.0.0-20161209013833-0e6baecebbf8
github.com/stretchr/testify v1.8.4
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)