chore(deps): update all dependencies
This commit is contained in:
parent
ffc9403000
commit
d85c88993e
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -24,16 +24,16 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install Go
|
- name: Install Go
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: ${{ matrix.go-version }}
|
go-version: ${{ matrix.go-version }}
|
||||||
|
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
# See https://github.com/actions/cache/blob/master/examples.md#go---modules
|
# See https://github.com/actions/cache/blob/master/examples.md#go---modules
|
||||||
- name: Cache Go Modules
|
- name: Cache Go Modules
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: ~/go/pkg/mod
|
path: ~/go/pkg/mod
|
||||||
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
|
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
|
||||||
|
2
go.mod
2
go.mod
@ -1,6 +1,6 @@
|
|||||||
module github.com/matryer/moq
|
module github.com/matryer/moq
|
||||||
|
|
||||||
go 1.14
|
go 1.19
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/pmezard/go-difflib v1.0.0
|
github.com/pmezard/go-difflib v1.0.0
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
module github.com/matryer/moq/pkg/moq/testpackages/buildconstraints
|
module github.com/matryer/moq/pkg/moq/testpackages/buildconstraints
|
||||||
|
|
||||||
go 1.14
|
go 1.19
|
||||||
|
|
||||||
require github.com/sudo-suhas/moq-test-pkgs/buildconstraints v0.0.0-20200816045313-d2f573eea6c7
|
require github.com/sudo-suhas/moq-test-pkgs/buildconstraints v0.0.0-20200816045313-d2f573eea6c7
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
module github.com/matryer/moq/pkg/moq/testpackages
|
module github.com/matryer/moq/pkg/moq/testpackages
|
||||||
|
|
||||||
go 1.14
|
go 1.19
|
||||||
|
|
||||||
require github.com/sudo-suhas/moq-test-pkgs/somerepo v0.0.0-20200816045313-d2f573eea6c7
|
require github.com/sudo-suhas/moq-test-pkgs/somerepo v0.0.0-20200816045313-d2f573eea6c7
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
module github.com/matryer/moq/pkg/moq/testpackages/vendoring
|
module github.com/matryer/moq/pkg/moq/testpackages/vendoring
|
||||||
|
|
||||||
go 1.14
|
go 1.19
|
||||||
|
|
||||||
require github.com/sudo-suhas/moq-test-pkgs/somerepo v0.0.0-20200816045313-d2f573eea6c7
|
require github.com/sudo-suhas/moq-test-pkgs/somerepo v0.0.0-20200816045313-d2f573eea6c7
|
||||||
|
Loading…
Reference in New Issue
Block a user