From 18a00323bb1a9ed409dd9f9a2fe8fda651158872 Mon Sep 17 00:00:00 2001 From: Marco Schmidt Date: Fri, 24 Apr 2020 09:39:01 -0400 Subject: [PATCH] Fix spacing (#20) * Fix spacing in go.mod file * Typo --- Dockerfile | 2 +- go.mod | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9b6af3d..f74bfc2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/go.mod b/go.mod index 8c287dc..3b47b05 100644 --- a/go.mod +++ b/go.mod @@ -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