Skip to content

Commit

Permalink
Fixed a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
SebiWrn committed Dec 7, 2023
1 parent 900c34a commit b7174b0
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 13 deletions.
8 changes: 0 additions & 8 deletions .idea/runConfigurations/all.xml

This file was deleted.

4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module github.com/TUM-Dev/gocast

go 1.21.0

toolchain go1.21.3

require (
github.com/RBG-TUM/CAMPUSOnline v0.0.0-20230412070523-8db58ed5c0b4
github.com/RBG-TUM/go-anel-pwrctrl v1.0.0
Expand Down Expand Up @@ -52,6 +50,7 @@ require (
github.com/asticode/go-astisub v0.26.0
github.com/matthiasreumann/gomino v0.0.2
github.com/meilisearch/meilisearch-go v0.25.0
github.com/orandin/slog-gorm v1.0.1
)

require (
Expand All @@ -68,7 +67,6 @@ require (
github.com/klauspost/compress v1.16.7 // indirect
github.com/klauspost/cpuid/v2 v2.2.5 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/orandin/slog-gorm v1.0.1 // indirect
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.48.0 // indirect
Expand Down
2 changes: 1 addition & 1 deletion go.work
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
go 1.21.0
go 1.21.3

toolchain go1.21.3

Expand Down
2 changes: 1 addition & 1 deletion worker/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/TUM-Dev/gocast/worker

go 1.19
go 1.21.3

// Direct dependencies
require (
Expand Down

0 comments on commit b7174b0

Please sign in to comment.