Go 1.20 is included in all currently supported distro versions. Signed-off-by: Achilleas Koutsou <achilleas@koutsou.net>
17 lines
466 B
Modula-2
17 lines
466 B
Modula-2
module github.com/osbuild/osbuild-composer/pkg/splunk_logger
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/hashicorp/go-retryablehttp v0.7.5
|
|
github.com/sirupsen/logrus v1.9.3
|
|
github.com/stretchr/testify v1.8.4
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|