-
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.
Merge pull request #1 from brody192/updates
small updates
- Loading branch information
Showing
5 changed files
with
41 additions
and
51 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,24 @@ | ||
module main | ||
|
||
go 1.21.3 | ||
go 1.22.0 | ||
|
||
require ( | ||
github.com/brody192/genqlient v0.0.1 | ||
github.com/brody192/logger v0.0.3 | ||
github.com/go-co-op/gocron v1.35.2 | ||
github.com/google/uuid v1.4.0 | ||
github.com/gorilla/schema v1.2.0 | ||
github.com/brody192/logger v0.0.5 | ||
github.com/go-co-op/gocron v1.37.0 | ||
github.com/google/uuid v1.6.0 | ||
github.com/gorilla/schema v1.2.1 | ||
github.com/robfig/cron/v3 v3.0.1 | ||
golang.org/x/exp v0.0.0-20231006140011-7918f672742d | ||
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 | ||
) | ||
|
||
require ( | ||
github.com/agnivade/levenshtein v1.1.1 // indirect | ||
github.com/alexflint/go-arg v1.4.3 // indirect | ||
github.com/alexflint/go-scalar v1.2.0 // indirect | ||
github.com/vektah/gqlparser/v2 v2.5.10 // indirect | ||
github.com/vektah/gqlparser/v2 v2.5.11 // indirect | ||
go.uber.org/atomic v1.11.0 // indirect | ||
golang.org/x/mod v0.13.0 // indirect | ||
golang.org/x/sys v0.13.0 // indirect | ||
golang.org/x/tools v0.14.0 // indirect | ||
golang.org/x/mod v0.15.0 // indirect | ||
golang.org/x/tools v0.18.0 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // 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
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 was deleted.
Oops, something went wrong.