Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/go_modules/dataengctl/golang.org/…
Browse files Browse the repository at this point in the history
…x/net-0.7.0
  • Loading branch information
Richard-Barrett authored Apr 4, 2023
2 parents 5f01cac + 5dcf932 commit 02bd493
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 620 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: 1.17

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
pull-requests: write

steps:
- uses: actions/stale@v6
- uses: actions/stale@v8
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'Stale issue message'
Expand Down
15 changes: 0 additions & 15 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,18 +1,3 @@
module github.com/Mirantis/dataeng

go 1.16

require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20210208195552-ff826a37aa15 // indirect
github.com/andygrunwald/go-jira v1.13.0
github.com/dghubble/oauth1 v0.7.0
github.com/shurcooL/graphql v0.0.0-20200928012149-18c5c3165e3a
github.com/simpleforce/simpleforce v0.0.0-20210518005708-245ee39ac3ec
github.com/spf13/cobra v1.2.1
github.com/stretchr/testify v1.7.0
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
gopkg.in/alecthomas/kingpin.v2 v2.2.6
gopkg.in/yaml.v2 v2.4.0
)
Loading

0 comments on commit 02bd493

Please sign in to comment.