-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update pkgs and go ver 1.19 (GO-5367) (#11)
* update pkgs and go ver 1.19 (GO-5367) * revert test name to original * add standard sainsburys stuff * add nl to end of file
- Loading branch information
Showing
10 changed files
with
271 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
coverage.out | ||
.idea |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
language: go | ||
|
||
go: | ||
- "1.13" | ||
- "1.19" | ||
|
||
before_install: | ||
- go get -u -v github.com/axw/gocov/gocov | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Accessibility | ||
|
||
This is a purely backend system that does not have any parts visible to Customers or Colleagues. | ||
It does not have any interface that would require accessibility testing. | ||
|
||
[See our Confluence page for more details](https://sainsburys-confluence.valiantys.net/display/GF/Accessibility+testing) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,25 @@ | ||
module github.com/JSainsburyPLC/g8 | ||
|
||
go 1.13 | ||
go 1.19 | ||
|
||
require ( | ||
github.com/PaesslerAG/jsonpath v0.1.1 | ||
github.com/aws/aws-lambda-go v1.13.3 | ||
github.com/aws/aws-lambda-go v1.34.1 | ||
github.com/gaw508/lambda-proxy-http-adapter v0.1.0 | ||
github.com/google/uuid v1.1.1 | ||
github.com/newrelic/go-agent v3.0.0+incompatible | ||
github.com/rotisserie/eris v0.2.0 | ||
github.com/rs/zerolog v1.17.2 | ||
github.com/google/uuid v1.3.0 | ||
github.com/newrelic/go-agent v3.19.0+incompatible | ||
github.com/rotisserie/eris v0.5.4 | ||
github.com/rs/zerolog v1.28.0 | ||
github.com/steinfletcher/apitest v1.4.0 | ||
github.com/stretchr/testify v1.5.1 | ||
github.com/stretchr/testify v1.7.2 | ||
) | ||
|
||
require ( | ||
github.com/PaesslerAG/gval v1.0.0 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.16 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
golang.org/x/sys v0.0.0-20220915200043-7b5979e65e41 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.