-
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
Showing
4 changed files
with
29 additions
and
13 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
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 |
---|---|---|
@@ -1,12 +1,29 @@ | ||
module github.com/uhppoted/uhppoted-app-wild-apricot | ||
|
||
go 1.16 | ||
go 1.17 | ||
|
||
require ( | ||
github.com/hyperjumptech/grule-rule-engine v1.10.4 | ||
github.com/sirupsen/logrus v1.8.1 | ||
github.com/uhppoted/uhppote-core v0.7.2-0.20211231212401-366db0b80d0c | ||
github.com/uhppoted/uhppoted-lib v0.7.2-0.20220106202353-87b95cb016b2 | ||
github.com/uhppoted/uhppote-core v0.7.2 | ||
github.com/uhppoted/uhppoted-lib v0.7.2 | ||
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de // indirect | ||
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e | ||
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 | ||
) | ||
|
||
require ( | ||
github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20210928164016-886d244c73ef // indirect | ||
github.com/bmatcuk/doublestar v1.3.2 // indirect | ||
github.com/emirpasic/gods v1.12.0 // indirect | ||
github.com/google/uuid v1.1.1 // indirect | ||
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect | ||
github.com/kevinburke/ssh_config v0.0.0-20190725054713-01f96b0aa0cd // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 // indirect | ||
github.com/sergi/go-diff v1.0.0 // indirect | ||
github.com/src-d/gcfg v1.4.0 // indirect | ||
github.com/xanzy/ssh-agent v0.2.1 // indirect | ||
golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d // indirect | ||
gopkg.in/src-d/go-billy.v4 v4.3.2 // indirect | ||
gopkg.in/src-d/go-git.v4 v4.13.1 // indirect | ||
gopkg.in/warnings.v0 v0.1.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