-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
⚡ deps: fixes go mod versioning, by removing go mod.
- Loading branch information
1 parent
a676830
commit cc5b5e5
Showing
8 changed files
with
10 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|