Skip to content

Commit

Permalink
Bump github.com/stretchr/testify from 1.8.2 to 1.8.4 (#155)
Browse files Browse the repository at this point in the history
* Bump github.com/stretchr/testify from 1.8.2 to 1.8.4

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.2 to 1.8.4.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.8.2...v1.8.4)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Upgrade Go

* Upgrade Go

* Upgrade Go

* Upgrade Go

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sotirios Mantziaris <s.mantziaris@thebeat.co>
Co-authored-by: Sotirios Mantziaris <smantziaris@gmail.com>
  • Loading branch information
3 people authored Jun 5, 2023
1 parent 5020f74 commit 8c9d8d5
Show file tree
Hide file tree
Showing 38 changed files with 1,287 additions and 1,402 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ jobs:
name: CI
runs-on: ubuntu-latest
steps:
- name: Check out source code
uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.16

- name: Check out source code
uses: actions/checkout@v3
go-version-file: './go.mod'

- name: Running CI
run: make ci
Expand Down
26 changes: 22 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,15 +1,33 @@
module github.com/beatlabs/harvester

go 1.16
go 1.20

require (
github.com/armon/go-metrics v0.3.10 // indirect
github.com/go-redis/redis/v8 v8.11.5
github.com/google/btree v1.0.0 // indirect
github.com/hashicorp/consul/api v1.21.0
github.com/hashicorp/go-hclog v1.5.0
github.com/stretchr/testify v1.8.4
)

require (
github.com/armon/go-metrics v0.3.10 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/google/btree v1.0.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
github.com/hashicorp/go-immutable-radix v1.3.0 // indirect
github.com/hashicorp/go-msgpack v0.5.5 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/stretchr/testify v1.8.2
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/hashicorp/serf v0.10.1 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
97 changes: 2 additions & 95 deletions go.sum

Large diffs are not rendered by default.

17 changes: 0 additions & 17 deletions vendor/github.com/armon/go-metrics/go.mod

This file was deleted.

125 changes: 0 additions & 125 deletions vendor/github.com/armon/go-metrics/go.sum

This file was deleted.

3 changes: 0 additions & 3 deletions vendor/github.com/cespare/xxhash/v2/go.mod

This file was deleted.

Empty file.
8 changes: 0 additions & 8 deletions vendor/github.com/fatih/color/go.mod

This file was deleted.

9 changes: 0 additions & 9 deletions vendor/github.com/fatih/color/go.sum

This file was deleted.

20 changes: 0 additions & 20 deletions vendor/github.com/go-redis/redis/v8/go.mod

This file was deleted.

Loading

0 comments on commit 8c9d8d5

Please sign in to comment.