Skip to content

Commit

Permalink
⚡ deps: fixes go mod versioning, by removing go mod.
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhartstonge committed Apr 27, 2021
1 parent a676830 commit cc5b5e5
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 78 deletions.
2 changes: 1 addition & 1 deletion .attribute.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project:
year: 2018
year: 2021
owner: Matthew Hartstonge
licenseType: apache2
attributionType: short
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,13 @@ go:
- "1.13"
- "1.14"

before_install:
- mkdir -p $GOPATH/bin $GOPATH/pkg $GOPATH/src
- curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
env:
- GO15VENDOREXPERIMENT=1

install:
- mkdir -p $GOPATH/bin $GOPATH/pkg $GOPATH/src
- curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
- dep ensure -v
# if we have go mod support, use it
- go mod vendor || true

script:
- go test ./...
2 changes: 1 addition & 1 deletion ATTRIBUTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ We acknowledge and are grateful to these developers for their contributions
to open source.

### [argon2](https://github.com/matthewhartstonge/argon2)
- Copyright 2018 Matthew Hartstonge <[email protected]>
- Copyright 2020 Matthew Hartstonge <[email protected]>
- [Apache License 2.0](https://github.com/matthewhartstonge/argon2/blob/v0.1.2/LICENSE)

### [fosite](https://github.com/ory/fosite)
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2018 Matthew Hartstonge
Copyright 2021 Matthew Hartstonge

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2018 Matthew Hartstonge
Copyright 2021 Matthew Hartstonge

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,8 @@ know what versions you are successfully paired with.


## Development
Install dep, ensure and build!
- For version 3 and below, install `dep`, run `dep ensure` and build!
- Require version 3 with go mod? run `go get github.com/matthewhartstonge/[email protected]+incompatible`

### Installation
- Install [dep](https://golang.github.io/dep/) - A Go dependency manager
Expand Down
10 changes: 0 additions & 10 deletions go.mod

This file was deleted.

58 changes: 0 additions & 58 deletions go.sum

This file was deleted.

0 comments on commit cc5b5e5

Please sign in to comment.