Skip to content

Commit

Permalink
ci: add go.mod
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Kolberg <[email protected]>
  • Loading branch information
amdprophet committed Jan 28, 2025
1 parent 66f5398 commit 06eb13d
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prune.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
go-version: stable

- name: Run packagecloudpruner
working-directory: cmd/packagecloudpruner
working-directory: ci/cmd/packagecloudpruner
run: >-
go run .
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
14 changes: 14 additions & 0 deletions ci/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
module github.com/sumologic/sumologic-otel-collector-packaging/ci

go 1.23

require (
github.com/avast/retry-go v2.4.2+incompatible
github.com/go-resty/resty/v2 v2.1.0
github.com/koblas/s3-cli v0.0.0-20190423184604-d3bcafa5aff3 // indirect
github.com/peterhellberg/link v1.1.0
github.com/sirupsen/logrus v1.4.2
github.com/spf13/cobra v1.0.0
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.7.0
)

0 comments on commit 06eb13d

Please sign in to comment.