Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
build: update github.com/moov-io/ach
Browse files Browse the repository at this point in the history
This is failing in CI for some unknown reason... this PR hasn't
changed go.mod at all
  • Loading branch information
adamdecaf committed Jul 19, 2019
1 parent 70a263c commit d4d75df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ require (
github.com/go-sql-driver/mysql v1.4.1
github.com/goftp/file-driver v0.0.0-20180502053751-5d604a0fc0c9
github.com/goftp/server v0.0.0-20190304020633-eabccc535b5a
github.com/gorilla/mux v1.7.2
github.com/gorilla/mux v1.7.3
github.com/jlaffaye/ftp v0.0.0-20190522102603-9284a88df536
github.com/kr/fs v0.1.0 // indirect
github.com/mattn/go-sqlite3 v1.10.0
github.com/moov-io/accounts v0.3.1-0.20190522191929-18df7fa8fa58
github.com/moov-io/ach v0.6.0-rc7.0.20190627161251-130df29fdfbc
github.com/moov-io/ach v0.6.0-rc7.0.20190717175445-efada8c8c375
github.com/moov-io/base v0.10.0-rc1.0.20190624220657-442e0f291a97
github.com/moov-io/fed v0.1.4
github.com/moov-io/ofac v0.7.1-0.20190506160459-5cf50ac71326
Expand Down
6 changes: 4 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ github.com/gorilla/mux v1.7.1 h1:Dw4jY2nghMMRsh1ol8dv1axHkDwMQK2DHerMNJsIpJU=
github.com/gorilla/mux v1.7.1/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs=
github.com/gorilla/mux v1.7.2 h1:zoNxOV7WjqXptQOVngLmcSQgXmgk4NMz1HibBchjl/I=
github.com/gorilla/mux v1.7.2/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs=
github.com/gorilla/mux v1.7.3 h1:gnP5JzjVOuiZD07fKKToCAOjS0yOpj/qPETTXCCS6hw=
github.com/gorilla/mux v1.7.3/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs=
github.com/gotestyourself/gotestyourself v2.2.0+incompatible h1:AQwinXlbQR2HvPjQZOmDhRqsv5mZf+Jb1RnSLxcqZcI=
github.com/gotestyourself/gotestyourself v2.2.0+incompatible/go.mod h1:zZKM6oeNM8k+FRljX1mnzVYeS8wiGgQyvST1/GafPbY=
github.com/hashicorp/golang-lru v0.5.1 h1:0hERBMJE1eitiLkihrMvRVBYAkpHzc/J3QdDN+dAcgU=
Expand Down Expand Up @@ -81,8 +83,8 @@ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJ
github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0=
github.com/moov-io/accounts v0.3.1-0.20190522191929-18df7fa8fa58 h1:ikkLSJGD+YdUACRAMxmyv42l2AtYPqOJnpVlk+DPsx4=
github.com/moov-io/accounts v0.3.1-0.20190522191929-18df7fa8fa58/go.mod h1:xvns9zOlmDf+RJiUeophgMK8G9evpuNKL91B5W9Eh14=
github.com/moov-io/ach v0.6.0-rc7.0.20190627161251-130df29fdfbc h1:gIl0hVhNLGhaAKLBVf9x7ZwkyqwICTwJwiPXjPX3UiU=
github.com/moov-io/ach v0.6.0-rc7.0.20190627161251-130df29fdfbc/go.mod h1:oA2sBVuW+uZKA3bwDehRgrMVbR6TALGJNZ6IkQNRu9s=
github.com/moov-io/ach v0.6.0-rc7.0.20190717175445-efada8c8c375 h1:TpGKSk4ir+zK9Xb+c7mGFgyQzehqhm64+RTsmE33x8E=
github.com/moov-io/ach v0.6.0-rc7.0.20190717175445-efada8c8c375/go.mod h1:8q8IA55KAX/79HYc+qGsbR/qWdVGCHBFKHbycG4YI+4=
github.com/moov-io/base v0.8.0/go.mod h1:pPu/TAc9PkaaegbREVEeDHsGqyAlvji9vqTuARuAnd0=
github.com/moov-io/base v0.9.1-0.20190430163914-76a8e2cca72d/go.mod h1:pPu/TAc9PkaaegbREVEeDHsGqyAlvji9vqTuARuAnd0=
github.com/moov-io/base v0.10.0-rc1 h1:WqF8tOACi8FSfaZ6ggsVUPCeh9BihCshAy4EdMN+TwU=
Expand Down

0 comments on commit d4d75df

Please sign in to comment.