Skip to content

Commit

Permalink
Bump fortio.org/fortio from 1.61.0 to 1.62.1
Browse files Browse the repository at this point in the history
Bumps [fortio.org/fortio](https://github.com/fortio/fortio) from 1.61.0 to 1.62.1.
- [Release notes](https://github.com/fortio/fortio/releases)
- [Commits](fortio/fortio@v1.61.0...v1.62.1)

---
updated-dependencies:
- dependency-name: fortio.org/fortio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 22, 2023
1 parent c968471 commit 8f0421b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 12 deletions.
9 changes: 5 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,18 @@ go 1.20

require (
fortio.org/assert v1.2.0
fortio.org/fortio v1.61.0
fortio.org/log v1.12.0-pre3
fortio.org/scli v1.12.1
fortio.org/fortio v1.62.1
fortio.org/log v1.12.0
fortio.org/scli v1.13.1
github.com/prometheus/client_golang v1.17.0
golang.org/x/time v0.4.0
)

require (
fortio.org/cli v1.4.2 // indirect
fortio.org/cli v1.5.1 // indirect
fortio.org/dflag v1.7.0 // indirect
fortio.org/sets v1.0.3 // indirect
fortio.org/struct2env v0.4.0 // indirect
fortio.org/version v1.0.3 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
Expand Down
18 changes: 10 additions & 8 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
fortio.org/assert v1.2.0 h1:XscfvR8yp4xW7OMCvNbCsieRFDxlwdEcb69+JZRp6LA=
fortio.org/assert v1.2.0/go.mod h1:039mG+/iYDPO8Ibx8TrNuJCm2T2SuhwRI3uL9nHTTls=
fortio.org/cli v1.4.2 h1:pCYVPk5FpQuJtD31f9CG8sdgoTOWdv9Gls8As/MLJhU=
fortio.org/cli v1.4.2/go.mod h1:VGqFDEKpA6u3NbTM3aSz2lZfAYKnGaszl1pLxbBhxsY=
fortio.org/cli v1.5.1 h1:lqPvkxRVSajsVwLfblaN62BPAICPp05Oab+yjRvI3DU=
fortio.org/cli v1.5.1/go.mod h1:Tp7AypudP1mJomTUN/J/vlOTlZDWTMsok09MMyA99ow=
fortio.org/dflag v1.7.0 h1:4Vpo5hMly0rx9VMuyBaDGFK1Mx2S3qjxx1iAIA3KBgU=
fortio.org/dflag v1.7.0/go.mod h1:FUxv/s3DXhCpy7GsuZa4FJWLR92gsYvG3ylkia8MbBM=
fortio.org/fortio v1.61.0 h1:XISKJ36/eAYNQlVdNwnrZrQManOCIvGMqeJTW4RGi/o=
fortio.org/fortio v1.61.0/go.mod h1:s/qRsTjAC0iTknjMby54fbdkuriPx3A8OEJynC6b4VI=
fortio.org/log v1.12.0-pre3 h1:pDStix0DwdKAPibiot2OeY7U8huT/hbzcxWLevMlKUY=
fortio.org/log v1.12.0-pre3/go.mod h1:u/8/2lyczXq52aT5Nw6reD+3cR6m/EbS2jBiIYhgiTU=
fortio.org/scli v1.12.1 h1:F+E6dPOCskBXpYNDJIU12tzY4Y8r1qTHa5Ge/CTLZtA=
fortio.org/scli v1.12.1/go.mod h1:CkLJR1sT9rZGsvVC9eouE1K0Ee4+p0lChiwO6Vw04lo=
fortio.org/fortio v1.62.1 h1:skiMLNOoW7504y/pKBhMgxvS/LKiQKeQq5RSCpCxzQY=
fortio.org/fortio v1.62.1/go.mod h1:ldyQOAa0jIGNP31dbFVvxiUCLAP0zOJKNz6v8zZQ9I4=
fortio.org/log v1.12.0 h1:5Yg4pL9Pp0jcWeJYixm2xikMCldVaSDMgDFDmQJZfho=
fortio.org/log v1.12.0/go.mod h1:1tMBG/Elr6YqjmJCWiejJp2FPvXg7/9UAN0Rfpkyt1o=
fortio.org/scli v1.13.1 h1:B7xx/K83yjYSTAwxdKzbprTaWfi15TuZcQvQ/OFNhRs=
fortio.org/scli v1.13.1/go.mod h1:0lNQU68wUdJDc0hwBkQXk+SajhO9fo+aJNDehVjke78=
fortio.org/sets v1.0.3 h1:HzewdGjH69YmyW06yzplL35lGr+X4OcqQt0qS6jbaO4=
fortio.org/sets v1.0.3/go.mod h1:QZVj0r6KP/ZD9ebySW9SgxVNy/NjghUfyHW9NN+WU+4=
fortio.org/struct2env v0.4.0 h1:k5alSOTf3YHiB3MuacjDHQ3YhVWvNZ95ZP/a6MqvyLo=
fortio.org/struct2env v0.4.0/go.mod h1:lENUe70UwA1zDUCX+8AsO663QCFqYaprk5lnPhjD410=
fortio.org/version v1.0.3 h1:5gJ3plj6isAOMq52cI5ifo4cC+QHmJF76Wevc5Cp4x0=
fortio.org/version v1.0.3/go.mod h1:2JQp9Ax+tm6QKiGuzR5nJY63kFeANcgrZ0osoQFDVm0=
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
Expand Down

0 comments on commit 8f0421b

Please sign in to comment.