Skip to content

Commit

Permalink
dep: go mod: update
Browse files Browse the repository at this point in the history
  • Loading branch information
grokify committed Jul 5, 2021
1 parent c5f0a99 commit 1a11344
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 44 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.16.x, 1.15.x]
go-version: [1.16.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ require (
github.com/caarlos0/env v3.5.0+incompatible
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/google/go-querystring v1.1.0
github.com/grokify/go-salesforce v0.1.2
github.com/grokify/gocharts v1.5.0
github.com/grokify/go-salesforce v0.1.3
github.com/grokify/gocharts v1.9.0
github.com/grokify/gostor v0.1.1
github.com/grokify/simplego v0.26.5
github.com/grokify/simplego v0.27.2
github.com/jessevdk/go-flags v1.5.0
github.com/joho/godotenv v1.3.0
github.com/nyaruka/phonenumbers v1.0.68
github.com/pkg/errors v0.9.1
github.com/pquerna/ffjson v0.0.0-20190930134022-aa0246cd15f7
github.com/rs/zerolog v1.21.0
github.com/rs/zerolog v1.22.0
golang.org/x/oauth2 v0.0.0-20210413134643-5e61552d6c78
google.golang.org/api v0.45.0
gopkg.in/jeevatkm/go-model.v1 v1.1.0
Expand Down
Loading

0 comments on commit 1a11344

Please sign in to comment.