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

Commit

Permalink
Remove go-bindata from go mod/sum, nix, tools, and documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
MattSurabian committed Oct 9, 2022
1 parent 94aea54 commit 2eb6e7d
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,6 @@ issue. Stale issues will be closed.
If you wish to work on Waypoint itself, you'll first need [Go](https://golang.org)
installed (version 1.14+ is _required_).

[go-bindata](https://github.com/go-bindata/go-bindata) is a binary dependency
that must be on your PATH to build Waypoint. This
[repository version](https://github.com/kevinburke/go-bindata/) may be installed with:
`brew install go-bindata`

Next, clone this repository and then run the following commands:
* `make bin` will build the binary for your local machine's os/architecture
* (optional) `make install` will copy that executable binary to `$GOPATH/bin/waypoint`
Expand Down
2 changes: 0 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ require (
github.com/docker/go-connections v0.4.0
github.com/docker/go-units v0.4.0
github.com/dustin/go-humanize v1.0.0
github.com/elazarl/go-bindata-assetfs v1.0.1
github.com/fatih/color v1.12.0
github.com/fsnotify/fsnotify v1.4.9
github.com/gliderlabs/ssh v0.3.1
Expand Down Expand Up @@ -66,7 +65,6 @@ require (
github.com/hashicorp/waypoint-hzn v0.0.0-20201008221232-97cd4d9120b9
github.com/imdario/mergo v0.3.12
github.com/improbable-eng/grpc-web v0.13.0
github.com/kevinburke/go-bindata v3.23.0+incompatible
github.com/kr/text v0.2.0
github.com/mitchellh/cli v1.1.2
github.com/mitchellh/copystructure v1.1.1
Expand Down
4 changes: 0 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -607,8 +607,6 @@ github.com/eapache/go-resiliency v1.1.0/go.mod h1:kFI+JgMyC7bLPUVY133qvEBtVayf5m
github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21/go.mod h1:+020luEh2TKB4/GOp8oxxtq0Daoen/Cii55CzbTV6DU=
github.com/eapache/queue v1.1.0/go.mod h1:6eCeP0CKFpHLu8blIFXhExK/dRa7WDZfr6jVFPTqq+I=
github.com/edsrzf/mmap-go v0.0.0-20170320065105-0bce6a688712/go.mod h1:YO35OhQPt3KJa3ryjFM5Bs14WD66h8eGKpfaBNrHW5M=
github.com/elazarl/go-bindata-assetfs v1.0.1 h1:m0kkaHRKEu7tUIUFVwhGGGYClXvyl4RE03qmvRTNfbw=
github.com/elazarl/go-bindata-assetfs v1.0.1/go.mod h1:v+YaWX3bdea5J/mo8dSETolEo7R71Vk1u8bnjau5yw4=
github.com/elazarl/goproxy v0.0.0-20170405201442-c4fc26588b6e/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc=
github.com/elazarl/goproxy v0.0.0-20180725130230-947c36da3153 h1:yUdfgN0XgIJw7foRItutHYUIhlcKzcSf5vDpdhQAKTc=
github.com/elazarl/goproxy v0.0.0-20180725130230-947c36da3153/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc=
Expand Down Expand Up @@ -1245,8 +1243,6 @@ github.com/julienschmidt/httprouter v1.3.0/go.mod h1:JR6WtHb+2LUe8TCKY3cZOxFyyO8
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0/go.mod h1:1NbS8ALrpOvjt0rHPNLyCIeMtbizbir8U//inJ+zuB8=
github.com/karrick/godirwalk v1.15.8 h1:7+rWAZPn9zuRxaIqqT8Ohs2Q2Ac0msBqwRdxNCr2VVs=
github.com/karrick/godirwalk v1.15.8/go.mod h1:j4mkqPuvaLI8mp1DroR3P6ad7cyYd4c1qeJ3RV7ULlk=
github.com/kevinburke/go-bindata v3.23.0+incompatible h1:rqNOXZlqrYhMVVAsQx8wuc+LaA73YcfbQ407wAykyS8=
github.com/kevinburke/go-bindata v3.23.0+incompatible/go.mod h1:/pEEZ72flUW2p0yi30bslSp9YqD9pysLxunQDdb2CPM=
github.com/kevinburke/ssh_config v0.0.0-20190725054713-01f96b0aa0cd h1:Coekwdh0v2wtGp9Gmz1Ze3eVRAWJMLokvN3QjdzCHLY=
github.com/kevinburke/ssh_config v0.0.0-20190725054713-01f96b0aa0cd/go.mod h1:CT57kijsi8u/K/BOFA39wgDQJ9CxiF4nAY/ojJ6r6mM=
github.com/kisielk/errcheck v1.1.0/go.mod h1:EZBBE59ingxPouuu3KfxchcWSUPOHkagtvWXihfKN4Q=
Expand Down
2 changes: 0 additions & 2 deletions nix/waypoint.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
, docker-compose
, doctl
, go
, go-bindata
, go-changelog
, go-mockery
, go-protobuf
Expand Down Expand Up @@ -38,7 +37,6 @@ mkShell rec {
packages = [
docker-compose
go
go-bindata
grpcurl
nodejs-16_x
postgresql_12
Expand Down
2 changes: 0 additions & 2 deletions tools/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

package tools

//go:generate go install github.com/kevinburke/go-bindata
//go:generate go install google.golang.org/protobuf/cmd/protoc-gen-go
//go:generate go install google.golang.org/grpc/cmd/protoc-gen-go-grpc
//go:generate go install github.com/mitchellh/protoc-gen-go-json
Expand All @@ -22,7 +21,6 @@ package tools
import (
_ "github.com/evanphx/grpc-gateway/protoc-gen-swagger"
_ "github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-grpc-gateway"
_ "github.com/kevinburke/go-bindata"
_ "github.com/mitchellh/protoc-gen-go-json"
_ "github.com/vektra/mockery"
_ "google.golang.org/grpc/cmd/protoc-gen-go-grpc"
Expand Down

0 comments on commit 2eb6e7d

Please sign in to comment.