Skip to content

Commit

Permalink
Merge 7df110a into 3363ed2
Browse files Browse the repository at this point in the history
  • Loading branch information
folkengine committed Dec 17, 2019
2 parents 3363ed2 + 7df110a commit 75b51e8
Show file tree
Hide file tree
Showing 6 changed files with 185 additions and 259 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -5,7 +5,6 @@ go:

before_install:
- curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
- dep ensure
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover

Expand Down
231 changes: 0 additions & 231 deletions Gopkg.lock

This file was deleted.

23 changes: 0 additions & 23 deletions Gopkg.toml

This file was deleted.

5 changes: 1 addition & 4 deletions Makefile
Expand Up @@ -4,10 +4,7 @@ GOTEST=$(GOCMD) test

.PHONY: test

all: get test
all: test

test:
$(GOTEST) -v ./... -cover

get:
dep ensure
28 changes: 28 additions & 0 deletions go.mod
@@ -0,0 +1,28 @@
module github.com/electronicpanopticon/apnian.go

go 1.13

require (
github.com/davecgh/go-spew v1.1.1
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/electronicpanopticon/gobrick v0.0.0-20191028212433-86765d4a6701
github.com/fsnotify/fsnotify v1.4.7
github.com/hashicorp/hcl v1.0.0
github.com/magiconair/properties v1.8.1
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/mapstructure v1.1.2
github.com/pelletier/go-toml v1.6.0
github.com/pmezard/go-difflib v1.0.0
github.com/sideshow/apns2 v0.19.0
github.com/spf13/afero v1.2.2
github.com/spf13/cast v1.3.0
github.com/spf13/jwalterweatherman v1.1.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.5.0
github.com/stretchr/testify v1.4.0
github.com/subosito/gotenv v1.2.0
golang.org/x/net v0.0.0-20191101175033-0deb6923b6d9
golang.org/x/sys v0.0.0-20191029155521-f43be2a4598c
golang.org/x/text v0.3.2
gopkg.in/yaml.v2 v2.2.4
)

0 comments on commit 75b51e8

Please sign in to comment.