Skip to content

Commit 095dfdb

Browse files
authored
Merge pull request #6 from seborama/go.mod-upds
updates to go.mod
2 parents 26bfe13 + cbc2918 commit 095dfdb

10 files changed

+22
-125
lines changed

.github/workflows/ci.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,24 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout Code
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v4
1717

1818
- name: Lint and Vet
19-
uses: golangci/golangci-lint-action@v2
19+
uses: golangci/golangci-lint-action@v4
2020
with:
2121
version: latest
2222
args: --timeout=3m
2323

2424
test:
2525
name: Test
26-
runs-on: ubuntu-18.04
26+
runs-on: ubuntu-20.04
2727
steps:
28-
- uses: actions/checkout@v2
28+
- uses: actions/checkout@v4
2929

3030
- name: Set up Go
31-
uses: actions/setup-go@v2
31+
uses: actions/setup-go@v5
3232
with:
33-
go-version: 1.17
33+
go-version: '^1.20'
3434

3535
- name: Test
3636
run: go test -count 1 -parallel 2 ./...

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
/.vscode
2+
coverage.out

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Go Eval
22

33
<p align="center">
4-
<a href="https://pkg.go.dev/github.com/seborama/gal/v6">
4+
<a href="https://pkg.go.dev/github.com/seborama/gal/v7">
55
<img src="https://img.shields.io/badge/godoc-reference-blue.svg" alt="gal">
66
</a>
77

8-
<a href="https://goreportcard.com/report/github.com/seborama/gal/v6">
9-
<img src="https://goreportcard.com/badge/github.com/seborama/gal/v6" alt="gal">
8+
<a href="https://goreportcard.com/report/github.com/seborama/gal/v7">
9+
<img src="https://goreportcard.com/badge/github.com/seborama/gal/v7" alt="gal">
1010
</a>
1111
</p>
1212

coverage.out

-104
This file was deleted.

function_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"math"
55
"testing"
66

7-
"github.com/seborama/gal/v6"
7+
"github.com/seborama/gal/v7"
88
"github.com/stretchr/testify/assert"
99
)
1010

gal_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"testing"
55

66
"github.com/google/go-cmp/cmp"
7-
"github.com/seborama/gal/v6"
7+
"github.com/seborama/gal/v7"
88
"github.com/stretchr/testify/assert"
99
)
1010

go.mod

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
module github.com/seborama/gal/v6
1+
module github.com/seborama/gal/v7
22

3-
go 1.17
3+
go 1.20
44

5-
require github.com/shopspring/decimal v1.3.1
5+
require github.com/shopspring/decimal v1.4.0
66

77
require (
8-
github.com/google/go-cmp v0.5.8
8+
github.com/google/go-cmp v0.6.0
99
github.com/pkg/errors v0.9.1
1010
github.com/stretchr/testify v1.7.1
1111
)

go.sum

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8=
22
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
3-
github.com/google/go-cmp v0.5.8 h1:e6P7q2lk1O+qJJb4BtCQXlK8vWEO8V1ZeuEdJNOqZyg=
4-
github.com/google/go-cmp v0.5.8/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
3+
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
4+
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
55
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
66
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
77
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
88
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
9-
github.com/shopspring/decimal v1.3.1 h1:2Usl1nmF/WZucqkFZhnfFYxxxu8LG21F6nPQBE5gKV8=
10-
github.com/shopspring/decimal v1.3.1/go.mod h1:DKyhrW/HYNuLGql+MJL6WCR6knT2jwCFRcu2hWCYk4o=
9+
github.com/shopspring/decimal v1.4.0 h1:bxl37RwXBklmTi0C79JfXCEBD1cqqHt0bbgBAGFp81k=
10+
github.com/shopspring/decimal v1.4.0/go.mod h1:gawqmDU56v4yIKSwfBSFip1HdCCXN8/+DMd9qYNcwME=
1111
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
1212
github.com/stretchr/testify v1.7.1 h1:5TQK59W5E3v0r2duFAb7P95B6hEeOyEnHRa8MjYSMTY=
1313
github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=

tree_builder_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"testing"
55

66
"github.com/google/go-cmp/cmp"
7-
"github.com/seborama/gal/v6"
7+
"github.com/seborama/gal/v7"
88
"github.com/stretchr/testify/require"
99
)
1010

tree_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"testing"
55

66
"github.com/google/go-cmp/cmp"
7-
"github.com/seborama/gal/v6"
7+
"github.com/seborama/gal/v7"
88
"github.com/stretchr/testify/assert"
99
)
1010

0 commit comments

Comments
 (0)