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

Commit

Permalink
Update to newly released upgraded droplet sizes, update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-v committed Jan 19, 2018
1 parent b20a846 commit b2ae1e8
Show file tree
Hide file tree
Showing 145 changed files with 9,181 additions and 6,365 deletions.
16 changes: 8 additions & 8 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ all: osx

osx:
GOOS=darwin GOARCH=amd64 go build -o ./build/osx/x86-64/dosxvpn .
cd build/osx/x86-64 && zip -r ./dosxvpn-cli.zip ./dosxvpn
cd platypus && ./build.sh
cd build/osx/x86-64 && zip -r ./dosxvpn.zip ./dosxvpn.app
cd build/osx/x86-64 && zip -r ./dosxvpn-app.zip ./dosxvpn.app

clean:
rm -rf build
Expand Down
2 changes: 1 addition & 1 deletion deploy/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
const (
DropletBaseName = "dosxvpn"
DropletImage = "coreos-beta"
DropletSize = "512mb"
DropletSize = "s-1vcpu-1gb"
AutogeneratedSSHKey = "dosxvpn"
)

Expand Down
1 change: 1 addition & 0 deletions vendor/github.com/golang/protobuf/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions vendor/github.com/golang/protobuf/jsonpb/jsonpb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions vendor/github.com/golang/protobuf/jsonpb/jsonpb_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions vendor/github.com/satori/go.uuid/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/satori/go.uuid/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/satori/go.uuid/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

121 changes: 0 additions & 121 deletions vendor/github.com/satori/go.uuid/benchmarks_test.go

This file was deleted.

Loading

0 comments on commit b2ae1e8

Please sign in to comment.