Skip to content

Commit

Permalink
Cleanup and fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
pinepain committed Feb 14, 2019
1 parent 9eed534 commit 90edd63
Show file tree
Hide file tree
Showing 76 changed files with 9 additions and 38,656 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ldap-auth-proxy
vendor
/ldap-auth-proxy
/vendor
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ install:
- env
- pwd
- echo $GOPATH
# Install Go dep tool, as per https://github.com/golang/dep#installation
#- curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh\
- go get -u golang.org/x/lint/golint
- go get -u github.com/golang/dep/cmd/dep

script:
#- dep status
- dep status
- dep ensure
- golint
- go vet
- go test -race -coverprofile=coverage.txt -covermode=atomic
Expand Down
4 changes: 4 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,7 @@
[[constraint]]
name = "github.com/patrickmn/go-cache"
version = "2.1.0"

[[constraint]]
name = "github.com/jtblin/go-ldap-client"
version = "0.0.3"

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

9 changes: 0 additions & 9 deletions vendor/github.com/patrickmn/go-cache/CONTRIBUTORS

This file was deleted.

19 changes: 0 additions & 19 deletions vendor/github.com/patrickmn/go-cache/LICENSE

This file was deleted.

83 changes: 0 additions & 83 deletions vendor/github.com/patrickmn/go-cache/README.md

This file was deleted.

Loading

0 comments on commit 90edd63

Please sign in to comment.