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

Commit b2ae1e8

Browse files
committed
Update to newly released upgraded droplet sizes, update dependencies
1 parent b20a846 commit b2ae1e8

File tree

145 files changed

+9181
-6365
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

145 files changed

+9181
-6365
lines changed

Gopkg.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ all: osx
22

33
osx:
44
GOOS=darwin GOARCH=amd64 go build -o ./build/osx/x86-64/dosxvpn .
5+
cd build/osx/x86-64 && zip -r ./dosxvpn-cli.zip ./dosxvpn
56
cd platypus && ./build.sh
6-
cd build/osx/x86-64 && zip -r ./dosxvpn.zip ./dosxvpn.app
7+
cd build/osx/x86-64 && zip -r ./dosxvpn-app.zip ./dosxvpn.app
78

89
clean:
910
rm -rf build

deploy/deploy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import (
2828
const (
2929
DropletBaseName = "dosxvpn"
3030
DropletImage = "coreos-beta"
31-
DropletSize = "512mb"
31+
DropletSize = "s-1vcpu-1gb"
3232
AutogeneratedSSHKey = "dosxvpn"
3333
)
3434

vendor/github.com/golang/protobuf/README.md

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/golang/protobuf/jsonpb/jsonpb.go

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/golang/protobuf/jsonpb/jsonpb_test.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/satori/go.uuid/.travis.yml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/satori/go.uuid/LICENSE

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/satori/go.uuid/README.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/satori/go.uuid/benchmarks_test.go

Lines changed: 0 additions & 121 deletions
This file was deleted.

0 commit comments

Comments
 (0)