-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
65b5993
commit 13b2b8e
Showing
2 changed files
with
30 additions
and
15 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,11 +1,23 @@ | ||
module github.com/markdicksonjr/nibbler | ||
|
||
go 1.13 | ||
go 1.18 | ||
|
||
require ( | ||
github.com/google/uuid v1.1.1 | ||
github.com/gorilla/mux v1.7.3 | ||
github.com/gorilla/sessions v1.2.0 | ||
github.com/google/uuid v1.5.0 | ||
github.com/gorilla/mux v1.8.1 | ||
github.com/gorilla/sessions v1.2.2 | ||
github.com/micro/go-micro v1.18.0 | ||
golang.org/x/crypto v0.0.0-20200204104054-c9f3fb736b72 | ||
golang.org/x/crypto v0.17.0 | ||
) | ||
|
||
require ( | ||
github.com/BurntSushi/toml v0.3.1 // indirect | ||
github.com/bitly/go-simplejson v0.5.0 // indirect | ||
github.com/fsnotify/fsnotify v1.4.7 // indirect | ||
github.com/ghodss/yaml v1.0.0 // indirect | ||
github.com/gorilla/securecookie v1.1.2 // indirect | ||
github.com/hashicorp/hcl v1.0.0 // indirect | ||
github.com/imdario/mergo v0.3.8 // indirect | ||
golang.org/x/sys v0.15.0 // indirect | ||
gopkg.in/yaml.v2 v2.2.2 // indirect | ||
) |
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