Skip to content

Commit

Permalink
Switch to using go modules
Browse files Browse the repository at this point in the history
Fix #160

Signed-off-by: Matti R <matti@mdranta.net>
  • Loading branch information
techknowlogick authored and alexellis committed Oct 25, 2020
1 parent a59e053 commit 9b0f631
Show file tree
Hide file tree
Showing 584 changed files with 119,759 additions and 78,360 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM openfaas/classic-watchdog:0.18.10 as watchdog

FROM golang:1.13-alpine as build
FROM golang:1.15-alpine as build

ENV CGO_ENABLED=0
ENV GO111MODULE=off
ENV GO111MODULE=on

WORKDIR /go/src/github.com/alexellis/derek
COPY . .
Expand Down
130 changes: 0 additions & 130 deletions Gopkg.lock

This file was deleted.

46 changes: 0 additions & 46 deletions Gopkg.toml

This file was deleted.

14 changes: 14 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
module github.com/alexellis/derek

go 1.15

require (
github.com/alexellis/hmac v0.0.0-20180624211220-5c52ab81c0de
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/google/go-github v17.0.0+incompatible
github.com/google/go-querystring v1.0.0 // indirect
github.com/imdario/mergo v0.3.11
github.com/sirupsen/logrus v1.6.0
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
gopkg.in/yaml.v2 v2.3.0
)
Loading

0 comments on commit 9b0f631

Please sign in to comment.