Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
update go.mod, add target to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
luxas committed Aug 21, 2020
1 parent b53cf28 commit e69d0ef
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SRC_PKGS := cmd pkg
DOCKER_ARGS := --rm
CACHE_DIR := $(shell pwd)/bin/cache
API_DOCS := api/sample-app.md api/runtime.md
BINARIES := bin/sample-app
BINARIES := bin/sample-app bin/sample-gitops

# If we're not running in CI, run Docker interactively
ifndef CI
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ replace (
)

require (
github.com/fluxcd/go-git-providers v0.0.2
github.com/fluxcd/toolkit v0.0.1-beta.2
github.com/go-git/go-git/v5 v5.1.0
github.com/go-openapi/spec v0.19.8
github.com/google/go-github/v32 v32.1.0
github.com/labstack/echo v3.3.10+incompatible
github.com/labstack/gommon v0.3.0 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/onsi/ginkgo v1.12.0 // indirect
github.com/onsi/gomega v1.9.0 // indirect
github.com/rjeczalik/notify v0.9.2
github.com/sirupsen/logrus v1.6.0
github.com/spf13/pflag v1.0.5
Expand Down
Loading

0 comments on commit e69d0ef

Please sign in to comment.