Skip to content

Commit

Permalink
update to latest deps (#36)
Browse files Browse the repository at this point in the history
* update to latest deps
  • Loading branch information
ajbeach2 authored May 5, 2023
1 parent 9899510 commit ba1dfbb
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 220 deletions.
30 changes: 0 additions & 30 deletions .circleci/config.yml

This file was deleted.

5 changes: 1 addition & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.20

- name: Build
run: go build -v ./...
go-version: 1.20.3

- name: Test
run: go test -v ./...
18 changes: 12 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
module github.com/ajbeach2/sqsworker

go 1.12
go 1.19

require (
github.com/aws/aws-sdk-go v1.20.15
github.com/getsentry/sentry-go v0.9.0
go.uber.org/atomic v1.4.0 // indirect
go.uber.org/multierr v1.1.0 // indirect
go.uber.org/zap v1.10.0
github.com/aws/aws-sdk-go v1.44.257
github.com/getsentry/sentry-go v0.20.0
go.uber.org/zap v1.24.0
)

require (
github.com/jmespath/go-jmespath v0.4.0 // indirect
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/text v0.8.0 // indirect
)
Loading

0 comments on commit ba1dfbb

Please sign in to comment.