Skip to content

Commit

Permalink
go version up
Browse files Browse the repository at this point in the history
  • Loading branch information
mfdeveloper508 committed Aug 9, 2023
1 parent eeeed6e commit 210584b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 205 deletions.
7 changes: 1 addition & 6 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/moov-io/fincen

go 1.19
go 1.20

require (
github.com/google/uuid v1.3.0
Expand All @@ -20,14 +20,10 @@ require (
github.com/gobuffalo/here v0.6.7 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/magiconair/properties v1.8.7 // indirect
github.com/markbates/pkger v0.17.1 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_golang v1.16.0 // indirect
Expand All @@ -44,6 +40,5 @@ require (
golang.org/x/text v0.9.0 // indirect
google.golang.org/protobuf v1.31.0 // 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 210584b

Please sign in to comment.