-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
96ee101
commit 096d0a0
Showing
3 changed files
with
28 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,24 @@ | ||
module github.com/gabrielperezs/goreactor | ||
|
||
go 1.17 | ||
go 1.19 | ||
|
||
require ( | ||
github.com/BurntSushi/toml v1.0.0 | ||
github.com/BurntSushi/toml v1.2.0 | ||
github.com/Jeffail/gabs v1.4.0 | ||
github.com/aws/aws-sdk-go v1.42.45 | ||
github.com/aws/aws-sdk-go v1.44.77 | ||
github.com/gabrielperezs/monad v0.0.0-20190930103133-261d32f2d7b2 // indirect | ||
github.com/gabrielperezs/streamspooler v1.0.0 | ||
github.com/gallir/bytebufferpool v1.0.0 // indirect | ||
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.7.0 | ||
github.com/stretchr/testify v1.8.0 | ||
) | ||
|
||
require github.com/gallir/dynsemaphore v1.0.1 | ||
|
||
require ( | ||
github.com/davecgh/go-spew v1.1.0 // indirect | ||
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.0-20200313102051-9f266ea9e77c // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters