Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/jackc/pgx/v4 v4.6.0
github.com/pelletier/go-toml v1.8.0
github.com/pkg/errors v0.9.1
github.com/simplesurance/baur v0.18.0
github.com/simplesurance/baur v0.18.1
github.com/spf13/cobra v0.0.3
github.com/stretchr/testify v1.5.1
golang.org/x/tools v0.0.0-20200823205832-c024452afbcd
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ github.com/rs/zerolog v1.15.0/go.mod h1:xYTKnLHcpfU2225ny5qZjxnj9NvkumZYjJHlAThC
github.com/satori/go.uuid v1.2.0/go.mod h1:dA0hQrYB0VpLJoorglMZABFdXlWrHn1NEOzdhQKdks0=
github.com/shopspring/decimal v0.0.0-20180709203117-cd690d0c9e24 h1:pntxY8Ary0t43dCZ5dqY4YTJCObLY1kIXl0uzMv+7DE=
github.com/shopspring/decimal v0.0.0-20180709203117-cd690d0c9e24/go.mod h1:M+9NzErvs504Cn4c5DxATwIqPbtswREoFCre64PpcG4=
github.com/simplesurance/baur v0.18.0 h1:+lLnXAp4Wea737Ea7+v9ZbLUCAD0oto6HPLjFtajlAk=
github.com/simplesurance/baur v0.18.0/go.mod h1:l0g3jW4yM4cxzWCeRCIVamxZAcN3MCO4bAeocdabZRI=
github.com/simplesurance/baur v0.18.1 h1:zOM82UI0mz6s5oaC6VI3c25l8LN34RwNLRXMSwzWs6Q=
github.com/simplesurance/baur v0.18.1/go.mod h1:l0g3jW4yM4cxzWCeRCIVamxZAcN3MCO4bAeocdabZRI=
github.com/sirupsen/logrus v1.0.4-0.20170822132746-89742aefa4b2/go.mod h1:pMByvHTf9Beacp5x1UXfOR9xyW/9antXMhjMPG0dEzc=
github.com/sirupsen/logrus v1.4.1 h1:GL2rEmy6nsikmW0r8opw9JIRScdMF5hA8cOYLH7In1k=
github.com/sirupsen/logrus v1.4.1/go.mod h1:ni0Sbl8bgC9z8RoU9G6nDWqqs/fq4eDPysMBDgk/93Q=
Expand Down
19 changes: 9 additions & 10 deletions vendor/github.com/simplesurance/baur/app.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 4 additions & 5 deletions vendor/github.com/simplesurance/baur/fs/fs.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions vendor/github.com/simplesurance/baur/repository.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/simplesurance/baur/ver

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ github.com/pkg/errors
github.com/pmezard/go-difflib/difflib
# github.com/rs/xid v1.2.1
github.com/rs/xid
# github.com/simplesurance/baur v0.18.0
# github.com/simplesurance/baur v0.18.1
## explicit
github.com/simplesurance/baur
github.com/simplesurance/baur/cfg
Expand Down