Skip to content

Commit

Permalink
build: update moov-io/ach and golang.org/x/net
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Feb 22, 2023
1 parent d8af0f8 commit 5452f87
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 184 deletions.
6 changes: 2 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ go 1.19
require (
github.com/gorilla/mux v1.8.0
github.com/markbates/pkger v0.17.1
github.com/moov-io/ach v1.28.1
github.com/moov-io/ach v1.29.2
github.com/moov-io/base v0.39.0
github.com/moov-io/cryptfs v0.4.0
github.com/stretchr/testify v1.8.1
Expand Down Expand Up @@ -39,7 +39,6 @@ require (
github.com/magiconair/properties v1.8.7 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_golang v1.14.0 // indirect
Expand All @@ -55,7 +54,7 @@ require (
github.com/subosito/gotenv v1.4.2 // indirect
go.opencensus.io v0.24.0 // indirect
golang.org/x/crypto v0.3.0 // indirect
golang.org/x/net v0.4.0 // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/oauth2 v0.3.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
Expand All @@ -66,6 +65,5 @@ require (
google.golang.org/grpc v1.52.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit 5452f87

Please sign in to comment.