Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion prebundle/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module runner
go 1.25.4

require (
github.com/distcodep7/dsnet v0.0.4
github.com/distcodep7/dsnet v0.0.5
github.com/google/uuid v1.6.0
)

Expand Down
2 changes: 2 additions & 0 deletions prebundle/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ github.com/distcodep7/dsnet v0.0.4-0.20251127103619-ecfd85929d70 h1:4XO0sWd2o4rK
github.com/distcodep7/dsnet v0.0.4-0.20251127103619-ecfd85929d70/go.mod h1:yCr8lm8O6ZYxfn853AbE35gOWbzKvXjLWKcbmOr9V7U=
github.com/distcodep7/dsnet v0.0.4 h1:VyX5oOK6WQ3p/SeKw+NSAVaYGEFX3Jtkx1GmRB6w20o=
github.com/distcodep7/dsnet v0.0.4/go.mod h1:yCr8lm8O6ZYxfn853AbE35gOWbzKvXjLWKcbmOr9V7U=
github.com/distcodep7/dsnet v0.0.5 h1:3ai34BCLUmXra2tf1L2dcal8GWNEfvXUGGNhTHuPzH0=
github.com/distcodep7/dsnet v0.0.5/go.mod h1:R08fcWhV0O7EEr5YIa12ViBeKEbI1XcuY+W3ZjO/UBw=
github.com/go-logr/logr v1.4.3 h1:CjnDlHq8ikf6E492q6eKboGOC0T8CDaOvkHCIg8idEI=
github.com/go-logr/logr v1.4.3/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY=
github.com/go-logr/stdr v1.2.2 h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag=
Expand Down
3 changes: 2 additions & 1 deletion prebundle/warmup/modules.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ package main
// We import packages here solely to force the
// go compiler to download them into the cache.
import (
_ "github.com/distcodep7/dsnet/controller"
_ "github.com/distcodep7/dsnet/dsnet"
_ "github.com/distcodep7/dsnet/testing/controller"
_ "github.com/distcodep7/dsnet/testing/wrapper"
_ "github.com/google/uuid"
)

Expand Down