Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
Fix spacing (#20)
Browse files Browse the repository at this point in the history
* Fix spacing in go.mod file
* Typo
  • Loading branch information
marcogschmidt authored Apr 24, 2020
1 parent 49ce6af commit 18a0032
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN if [[ ! $VERIFY_SCRIPT ]]; then echo "Required VERIFY_SCRIPT build argument
RUN apk add --no-cache gcc musl-dev git

# Copy the repository to the image and set it as the working directory. The GOPATH here is `/go`.
# The directory chosen here is arbirary and does not influence the plugins compatibility with Gloo.
# The directory chosen here is arbitrary and does not influence the plugins compatibility with Gloo.
ADD . /go/src/github.com/solo-io/ext-auth-plugin-examples/
WORKDIR /go/src/github.com/solo-io/ext-auth-plugin-examples

Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ module github.com/solo-io/ext-auth-plugin-examples
go 1.14

require (
github.com/kylelemons/godebug v1.1.0
github.com/karrick/godirwalk v1.14.1
github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2
github.com/containerd/typeurl v0.0.0-20190228175220-2a93cfde8c20
github.com/Azure/azure-sdk-for-go v35.0.0+incompatible
github.com/aws/aws-sdk-go v1.26.2
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af
github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2
github.com/godbus/dbus v4.1.0+incompatible
github.com/opencontainers/runtime-spec v1.0.0
github.com/kylelemons/godebug v1.1.0
k8s.io/kubernetes v1.17.1
cloud.google.com/go v0.46.3 // indirect
cloud.google.com/go/pubsub v1.1.0 // indirect
Expand Down

0 comments on commit 18a0032

Please sign in to comment.