-
Notifications
You must be signed in to change notification settings - Fork 2
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
2 changed files
with
29 additions
and
10 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,24 +1,26 @@ | ||
module github.com/COSI-Lab/go-talks | ||
|
||
go 1.20 | ||
go 1.21.0 | ||
|
||
toolchain go1.22.2 | ||
|
||
require ( | ||
github.com/BurntSushi/toml v1.3.2 | ||
github.com/go-co-op/gocron v1.32.0 | ||
github.com/gofrs/flock v0.8.1 | ||
github.com/gorilla/mux v1.8.0 | ||
github.com/gorilla/websocket v1.5.0 | ||
github.com/microcosm-cc/bluemonday v1.0.25 | ||
github.com/gofrs/flock v0.11.0 | ||
github.com/gorilla/mux v1.8.1 | ||
github.com/gorilla/websocket v1.5.1 | ||
github.com/microcosm-cc/bluemonday v1.0.26 | ||
github.com/russross/blackfriday/v2 v2.1.0 | ||
golang.org/x/net v0.14.0 | ||
golang.org/x/net v0.26.0 | ||
) | ||
|
||
require ( | ||
github.com/aymerick/douceur v0.2.0 // indirect | ||
github.com/google/uuid v1.3.0 // indirect | ||
github.com/gorilla/css v1.0.0 // indirect | ||
github.com/google/uuid v1.6.0 // indirect | ||
github.com/gorilla/css v1.0.1 // indirect | ||
github.com/robfig/cron/v3 v3.0.1 // indirect | ||
github.com/stretchr/testify v1.8.4 // indirect | ||
github.com/stretchr/testify v1.9.0 // indirect | ||
go.uber.org/atomic v1.11.0 // indirect | ||
golang.org/x/sys v0.11.0 // indirect | ||
golang.org/x/sys v0.21.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