File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11module github.com/m1k1o/neko/server
22
3- go 1.24.0
4-
5- toolchain go1.24.5
3+ go 1.25.0
64
75require (
86 github.com/PaesslerAG/gval v1.2.4
@@ -12,6 +10,7 @@ require (
1210 github.com/gorilla/websocket v1.5.3
1311 github.com/kataras/go-events v0.0.3
1412 github.com/mitchellh/mapstructure v1.5.0
13+ github.com/onkernel/kernel-images/server v0.0.0-20250912023508-e0ca1d95b771
1514 github.com/pion/ice/v2 v2.3.38
1615 github.com/pion/interceptor v0.1.40
1716 github.com/pion/logging v0.2.4
Original file line number Diff line number Diff line change @@ -56,6 +56,8 @@ github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyua
5656github.com/mitchellh/mapstructure v1.5.0 /go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo =
5757github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA =
5858github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 /go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ =
59+ github.com/onkernel/kernel-images/server v0.0.0-20250912023508-e0ca1d95b771 h1:Z+Zu7ILww5/4q70h1oA+CYBCM0QCuNtAtGDUxjIyp1A =
60+ github.com/onkernel/kernel-images/server v0.0.0-20250912023508-e0ca1d95b771 /go.mod h1:8BxVW6vmlK9as98BTOYIjsVPpXObs+b4aZyZ23JZf4Y =
5961github.com/pelletier/go-toml/v2 v2.2.4 h1:mye9XuhQ6gvn5h28+VilKrrPoQVanw5PMw/TB0t5Ec4 =
6062github.com/pelletier/go-toml/v2 v2.2.4 /go.mod h1:2gIqNv+qfxSVS7cM2xJQKtLSTLUE9V8t9Stt+h56mCY =
6163github.com/pion/datachannel v1.5.10 h1:ly0Q26K1i6ZkGf42W7D4hQYR90pZwzFOjTq5AuCKk4o =
You can’t perform that action at this time.
0 commit comments