-
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.
- Loading branch information
CalebRose
committed
Jan 9, 2024
1 parent
1cff9ef
commit 1367414
Showing
11 changed files
with
372 additions
and
73 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,16 +1,23 @@ | ||
module github.com/CalebRose/SimFBA | ||
|
||
go 1.15 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/gorilla/handlers v1.5.1 | ||
github.com/gorilla/mux v1.8.0 | ||
github.com/gorilla/handlers v1.5.2 | ||
github.com/gorilla/mux v1.8.1 | ||
github.com/jinzhu/gorm v1.9.16 | ||
github.com/jinzhu/now v1.1.5 // indirect | ||
github.com/joho/godotenv v1.5.1 | ||
github.com/nelkinda/health-go v0.0.1 | ||
github.com/robfig/cron v1.2.0 | ||
golang.org/x/text v0.3.2 | ||
gorm.io/driver/mysql v1.3.4 | ||
gorm.io/gorm v1.23.5 | ||
github.com/robfig/cron/v3 v3.0.1 | ||
golang.org/x/text v0.14.0 | ||
gorm.io/driver/mysql v1.5.2 | ||
gorm.io/gorm v1.25.5 | ||
) | ||
|
||
require ( | ||
github.com/felixge/httpsnoop v1.0.4 // indirect | ||
github.com/go-sql-driver/mysql v1.7.1 // indirect | ||
github.com/jinzhu/inflection v1.0.0 // indirect | ||
github.com/jinzhu/now v1.1.5 // indirect | ||
github.com/nelkinda/http-go v0.0.1 // 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 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
Oops, something went wrong.