Skip to content

Commit

Permalink
Merge branch 'master' into lets-fix-docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaardsholt authored Oct 26, 2020
2 parents 13d7648 + 0fd911b commit 9af85aa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ executors:
password: $DOCKERHUB_PASS

orbs:
secret-injector: bestsellerit/secret-injector@1.0.7
secret-injector: bestsellerit/secret-injector@1.1.0

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module github.com/BESTSELLER/dependabot-circleci
go 1.15

require (
github.com/CircleCI-Public/circleci-cli v0.1.10699
github.com/DataDog/datadog-go v4.1.0+incompatible
github.com/google/go-containerregistry v0.1.4
github.com/CircleCI-Public/circleci-cli v0.1.11278
github.com/google/go-github/v32 v32.1.0
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
github.com/hashicorp/go-version v1.2.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ github.com/BESTSELLER/go-version v1.2.5/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl0
github.com/BurntSushi/toml v0.3.1 h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
github.com/CircleCI-Public/circleci-cli v0.1.10699 h1:5Hse6eSVmHY4JMa85ceSdZJ2m2f4ODYL6a0HLpg9LgY=
github.com/CircleCI-Public/circleci-cli v0.1.10699/go.mod h1:6+9yxQWUoHOxySIMhSVeIAT6k4hi+3iVoDyb1DLtM6s=
github.com/CircleCI-Public/circleci-cli v0.1.11278 h1:QGm7P4sWDraT9znzXwHNhFxklQh8ci9q8v9nxEPlNS0=
github.com/CircleCI-Public/circleci-cli v0.1.11278/go.mod h1:6+9yxQWUoHOxySIMhSVeIAT6k4hi+3iVoDyb1DLtM6s=
github.com/DataDog/datadog-go v0.0.0-20180330214955-e67964b4021a h1:zpQSzEApXM0qkXcpdjeJ4OpnBWhD/X8zT/iT1wYLiVU=
github.com/DataDog/datadog-go v0.0.0-20180330214955-e67964b4021a/go.mod h1:LButxg5PwREeZtORoXG3tL4fMGNddJ+vMq1mwgfaqoQ=
github.com/DataDog/datadog-go v4.1.0+incompatible h1:ZldqYrFXm0f3Doshbqv2gm/reXSocAhGbvODEb94Jvo=
Expand Down

0 comments on commit 9af85aa

Please sign in to comment.