Compare commits
81 Commits
8e92059e54
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| c2ac1228e8 | |||
| acf04a32fb | |||
| bab2f64cac | |||
| 10cafdc209 | |||
| c272fa403f | |||
| 120303c51b | |||
| 70bc20e621 | |||
| 5af72cd59b | |||
| 94e1650fd8 | |||
| 8501fffd8a | |||
| 78640e8833 | |||
| 3ae0f38f40 | |||
| 4547f86403 | |||
| 9f363b7633 | |||
| 5bc68ca194 | |||
| 5ed9cae197 | |||
| 721e8fdd66 | |||
| 44a40527b1 | |||
| 9707f4df15 | |||
| ef82ee7317 | |||
| f7f25c598d | |||
| 22a6efc95b | |||
| d3f10482bb | |||
| 8637558f45 | |||
| 9f6ca33133 | |||
| 23b8247ca5 | |||
| 9c95b907bf | |||
| b62443f94f | |||
| ab98eeca27 | |||
| 99f068ab74 | |||
| 0587741a35 | |||
| a191109daf | |||
| fb3c12fe01 | |||
| 211d6e4dbd | |||
| c6e7246c95 | |||
| d222538aa4 | |||
| 6d88307ae1 | |||
| 6ef49e7a50 | |||
| 8431cc4221 | |||
| 867f41a2f5 | |||
| ba273f8cd6 | |||
| 3c454c5d35 | |||
| 3f5df73cfc | |||
| 8ed00c76d3 | |||
| 007e37e3ed | |||
| 5f08c54034 | |||
| eae79a03e9 | |||
| 48fbf44507 | |||
| 8062302325 | |||
| 417cbb64bc | |||
| 4ab8667bd8 | |||
| b72555ea74 | |||
|
|
1257457605 | ||
|
|
7b6a6a0b98 | ||
|
|
23736512a8 | ||
|
|
e33a88106c | ||
|
|
e4a47f3b76 | ||
|
|
8b37ba450e | ||
|
|
00b7060912 | ||
|
|
f14a5b0db0 | ||
|
|
9d0e2ab46e | ||
|
|
ded945e7b9 | ||
|
|
6d1cd08949 | ||
|
|
2f23271bf1 | ||
|
|
794f8ce0d5 | ||
|
|
31f3ecddd1 | ||
| 3f2af28a9a | |||
| 9e9084c9e7 | |||
|
|
6e70ca4e35 | ||
| e2d7ff1d50 | |||
| f921fc585b | |||
| c9b25fc0b0 | |||
|
|
90a4cf9d38 | ||
|
|
be98425910 | ||
|
|
bfb7634dbb | ||
| 3b31ad6499 | |||
| b972dc761a | |||
| 1cc6fc5841 | |||
| 6e5c6bc89e | |||
| 856471ec7d | |||
| 843a009343 |
16
.continue/assistants/config.yaml
Normal file
16
.continue/assistants/config.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
name: Wagner Home Assistant
|
||||
version: 1.0.0
|
||||
schema: v1
|
||||
models:
|
||||
- name: Autodetect
|
||||
provider: ollama
|
||||
model: AUTODETECT
|
||||
apiBase: http://192.168.0.53
|
||||
context:
|
||||
- provider: code
|
||||
- provider: docs
|
||||
- provider: diff
|
||||
- provider: terminal
|
||||
- provider: problems
|
||||
- provider: folder
|
||||
- provider: codebase
|
||||
14
.continue/mcpServers/git.yaml
Normal file
14
.continue/mcpServers/git.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
name: memory
|
||||
version: 1.0.0
|
||||
schema: v1
|
||||
mcpServers:
|
||||
- name: git
|
||||
version: 0.0.1
|
||||
command: docker
|
||||
args:
|
||||
- run
|
||||
- -i
|
||||
- -v
|
||||
- /workspaces/rgb-led-board:/workspace
|
||||
- --rm
|
||||
- mcp/git
|
||||
12
.continue/mcpServers/memory.yaml
Normal file
12
.continue/mcpServers/memory.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
name: memory
|
||||
version: 1.0.0
|
||||
schema: v1
|
||||
mcpServers:
|
||||
- name: memory
|
||||
version: 0.0.1
|
||||
command: docker
|
||||
args:
|
||||
- run
|
||||
- -i
|
||||
- --rm
|
||||
- mcp/memory
|
||||
16
.continue/mcpServers/sqlite.yaml
Normal file
16
.continue/mcpServers/sqlite.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
name: sqlite
|
||||
version: 1.0.0
|
||||
schema: v1
|
||||
mcpServers:
|
||||
- name: sqlite
|
||||
version: 0.0.1
|
||||
command: docker
|
||||
args:
|
||||
- run
|
||||
- -i
|
||||
- -v
|
||||
- /workspaces/rgb-led-board:/sqlite
|
||||
- --rm
|
||||
- mcp/sqlite
|
||||
- --db-path
|
||||
- /sqlite/test.db
|
||||
12
.continue/mcpServers/timeserver.yaml
Normal file
12
.continue/mcpServers/timeserver.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
name: time
|
||||
version: 1.0.0
|
||||
schema: v1
|
||||
mcpServers:
|
||||
- name: time
|
||||
version: 0.0.1
|
||||
command: docker
|
||||
args:
|
||||
- run
|
||||
- -i
|
||||
- --rm
|
||||
- mcp/time
|
||||
12
.continue/mcpServers/wikipedia.yaml
Normal file
12
.continue/mcpServers/wikipedia.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
name: wikipedia
|
||||
version: 1.0.0
|
||||
schema: v1
|
||||
mcpServers:
|
||||
- name: wikipedia
|
||||
version: 0.0.1
|
||||
command: docker
|
||||
args:
|
||||
- run
|
||||
- -i
|
||||
- --rm
|
||||
- mcp/wikipedia-mcp
|
||||
@@ -3,10 +3,11 @@
|
||||
# [Choice] Go version (use -bullseye variants on local arm64/Apple Silicon): 1, 1.18, 1.17, 1-bullseye, 1.18-bullseye, 1.17-bullseye, 1-buster, 1.18-buster, 1.17-buster
|
||||
ARG VARIANT="1.18-bullseye"
|
||||
FROM mcr.microsoft.com/vscode/devcontainers/go:${VARIANT}
|
||||
|
||||
RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo gpg --dearmor -o /usr/share/keyrings/yarn-keyring.gpg
|
||||
RUN echo "deb [signed-by=/usr/share/keyrings/yarn-keyring.gpg] https://dl.yarnpkg.com/debian stable main" | sudo tee /etc/apt/sources.list.d/yarn.list > /dev/null
|
||||
# [Choice] Node.js version: none, lts/*, 16, 14, 12, 10
|
||||
ARG NODE_VERSION="none"
|
||||
RUN if [ "${NODE_VERSION}" != "none" ]; then su vscode -c "umask 0002 && . /usr/local/share/nvm/nvm.sh && nvm install ${NODE_VERSION} 2>&1"; fi
|
||||
#RUN if [ "${NODE_VERSION}" != "none" ]; then su vscode -c "umask 0002 && . /usr/local/share/nvm/nvm.sh && nvm install ${NODE_VERSION} 2>&1"; fi
|
||||
|
||||
# [Optional] Uncomment this section to install additional OS packages.
|
||||
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
|
||||
|
||||
@@ -28,8 +28,7 @@
|
||||
|
||||
// Add the IDs of extensions you want installed when the container is created.
|
||||
"extensions": [
|
||||
"golang.Go",
|
||||
"Continue.continue"
|
||||
"golang.Go"
|
||||
]
|
||||
}
|
||||
},
|
||||
@@ -38,14 +37,12 @@
|
||||
// "forwardPorts": [],
|
||||
|
||||
// Use 'postCreateCommand' to run commands after the container is created.
|
||||
// "postCreateCommand": "go version",
|
||||
//"postCreateCommand": "ln -s /workspaces/rgb-led-board/.continue/config/config.yaml /home/vscode/.continue/config.yaml",
|
||||
|
||||
// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
|
||||
"remoteUser": "vscode",
|
||||
"features": {
|
||||
"docker-in-docker": "latest",
|
||||
"kubectl-helm-minikube": "latest",
|
||||
"git": "latest",
|
||||
// "docker-in-docker": "latest",
|
||||
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,37 +0,0 @@
|
||||
name: build only rgb-board
|
||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "animate-separate"
|
||||
paths-ignore:
|
||||
- ".gitea/workflows/**"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: registry.local/catthehacker-home:act-latest
|
||||
volumes:
|
||||
- /var/run/user/1000/docker.sock:/var/run/docker.sock
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: short-sha
|
||||
id: short-sha
|
||||
run: echo "short-sha=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
with:
|
||||
driver-opts: |
|
||||
image=registry.local/buildkit-wagnerca:stable-3-rootless
|
||||
seccomp=unconfined
|
||||
apparmor=unconfined
|
||||
systempaths=unconfined
|
||||
privileged=false
|
||||
- run: docker buildx ls
|
||||
- name: push rgbboard
|
||||
uses: docker/build-push-action@master
|
||||
with:
|
||||
push: false
|
||||
tags: registry.local/rgbboard:${{ steps.short-sha.outputs.short-sha }}
|
||||
platforms: linux/arm64,linux/amd64
|
||||
@@ -6,7 +6,7 @@ on:
|
||||
- main
|
||||
paths-ignore:
|
||||
- ".gitea/workflows/**"
|
||||
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -29,9 +29,35 @@ jobs:
|
||||
systempaths=unconfined
|
||||
privileged=false
|
||||
- run: docker buildx ls
|
||||
- name: push rgbboard
|
||||
- name: build push rgbboard
|
||||
uses: docker/build-push-action@master
|
||||
#id: build_push_rgbboard
|
||||
with:
|
||||
push: true
|
||||
tags: registry.local/rgbboard:${{ steps.short-sha.outputs.short-sha }}
|
||||
platforms: linux/arm64
|
||||
platforms: linux/arm64
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: wagshome/rgbboard
|
||||
token: ${{ secrets.runner_deploy }}
|
||||
path: rgbboard
|
||||
- name: Set up Git
|
||||
run: |
|
||||
git config --global user.name "Gitea Actions"
|
||||
git config --global user.email "actions@nope.com"
|
||||
- name: Install yq
|
||||
uses: https://github.com/chrisdickinson/setup-yq@v1.0.0
|
||||
with:
|
||||
yq-version: v4.45.4
|
||||
- name: Update values.yaml
|
||||
run: |
|
||||
yq -i '.image.tag = env(SHORT_SHA)' rgbboard/rgbboard/values.yaml
|
||||
env:
|
||||
SHORT_SHA: ${{ steps.short-sha.outputs.short-sha }}
|
||||
- name: Commit and Push changes
|
||||
run: |
|
||||
cd rgbboard
|
||||
git add .
|
||||
git commit -m "Update image to ${{ steps.short_sha.outputs.short_sha }}"
|
||||
git push
|
||||
@@ -11,4 +11,3 @@ FROM scratch
|
||||
COPY --from=builder /usr/src/app/rgb/rgb /usr/src/app/work/
|
||||
COPY --from=builder /usr/src/app/rgb/mari* /usr/src/app/work/
|
||||
WORKDIR /usr/src/app/work
|
||||
|
||||
|
||||
@@ -4,9 +4,10 @@ import (
|
||||
"image"
|
||||
"image/color"
|
||||
"log"
|
||||
"math"
|
||||
"os"
|
||||
|
||||
"math"
|
||||
|
||||
"github.com/disintegration/imaging"
|
||||
)
|
||||
|
||||
@@ -15,6 +16,9 @@ type Mario struct {
|
||||
dir image.Point
|
||||
images map[string]image.Image
|
||||
updown string
|
||||
a float64
|
||||
b float64
|
||||
angle float64
|
||||
}
|
||||
|
||||
func loadMario(file string) image.Image {
|
||||
@@ -52,48 +56,96 @@ func (a *Animation) animateMario() {
|
||||
}
|
||||
}
|
||||
|
||||
// what mario does every frame
|
||||
func (a *Animation) updateMarioPosition() {
|
||||
/* a.mario.position.X += 1 * a.mario.dir.X
|
||||
a.mario.position.Y += 1 * a.mario.dir.Y
|
||||
centerX := a.ctx.Width() / 2
|
||||
centerY := a.ctx.Height() / 2
|
||||
|
||||
if a.mario.position.Y+a.height > a.ctx.Height() {
|
||||
a.mario.dir.Y = -1
|
||||
a.mario.updown = "marioUp"
|
||||
} else if a.mario.position.Y-a.height < 0 {
|
||||
a.mario.updown = "marioDown"
|
||||
a.mario.dir.Y = 1
|
||||
// Determine sprite size (use current updown image if available)
|
||||
var sprite image.Image
|
||||
if img, ok := a.mario.images[a.mario.updown]; ok && img != nil {
|
||||
sprite = img
|
||||
} else {
|
||||
for _, im := range a.mario.images {
|
||||
sprite = im
|
||||
break
|
||||
}
|
||||
|
||||
if a.mario.position.X+a.width > a.ctx.Width() {
|
||||
a.mario.dir.X = -1
|
||||
} else if a.mario.position.X-a.width < 0 {
|
||||
a.mario.dir.X = 1
|
||||
}*/
|
||||
const (
|
||||
wavelength = 20 // Wavelength of the sine wave
|
||||
amplitude = 4 // Amplitude of the sine wave
|
||||
)
|
||||
|
||||
currentTime := float64(a.mario.position.X) / wavelength // Calculate current time based on Mario's X position
|
||||
|
||||
a.mario.position.X += int(amplitude*math.Sin(2*math.Pi*currentTime/wavelength)) + a.mario.dir.X
|
||||
a.mario.position.Y += a.mario.dir.Y
|
||||
|
||||
// Ensure Mario stays within the display boundaries and reverses direction when necessary.
|
||||
if a.mario.position.Y+a.height > a.ctx.Height() {
|
||||
a.mario.position.Y = a.ctx.Height() - a.height // Reset Y position to the top boundary
|
||||
a.mario.updown = "marioUp"
|
||||
a.mario.dir.Y = -1 // Reverse direction when hitting bottom
|
||||
} else if a.mario.position.Y < 0 {
|
||||
a.mario.position.Y = 0 // Reset Y position to the bottom boundary
|
||||
a.mario.updown = "marioDown"
|
||||
a.mario.dir.Y = 1 // Reverse direction when hitting top
|
||||
}
|
||||
|
||||
if a.mario.position.X+a.width > a.ctx.Width() {
|
||||
a.mario.position.X -= (a.mario.position.X + a.width - a.ctx.Width()) // Wrap around to the left side
|
||||
} else if a.mario.position.X < 0 {
|
||||
a.mario.position.X = -(a.mario.position.X) // Wrap around to the right side
|
||||
// default half sizes if sprite missing
|
||||
halfW, halfH := 8, 8
|
||||
if sprite != nil {
|
||||
halfW = sprite.Bounds().Dx() / 2
|
||||
halfH = sprite.Bounds().Dy() / 2
|
||||
}
|
||||
|
||||
// allowable center range so the sprite stays fully on the panel
|
||||
minCenterX := halfW
|
||||
maxCenterX := a.ctx.Width() - 1 - halfW
|
||||
minCenterY := halfH
|
||||
maxCenterY := a.ctx.Height() - 1 - halfH
|
||||
|
||||
// If the sprite is larger than the panel in a dimension, collapse
|
||||
// the allowed center range to the panel center so we don't get
|
||||
// immediate collisions every frame which makes Mario flash.
|
||||
if maxCenterX < minCenterX {
|
||||
minCenterX = centerX
|
||||
maxCenterX = centerX
|
||||
}
|
||||
if maxCenterY < minCenterY {
|
||||
minCenterY = centerY
|
||||
maxCenterY = centerY
|
||||
}
|
||||
|
||||
// advance angle for this frame
|
||||
delta := 0.05
|
||||
t := a.mario.angle
|
||||
tNext := t + delta
|
||||
if tNext >= 2*math.Pi {
|
||||
tNext -= 2 * math.Pi
|
||||
}
|
||||
|
||||
// compute next candidate center from the next parametric position
|
||||
marioX := int(math.Round(a.mario.a*math.Cos(tNext))) + centerX
|
||||
marioY := int(math.Round(a.mario.b*math.Sin(tNext))) + centerY
|
||||
|
||||
// clamp into allowed center ranges so sprite stays fully on panel
|
||||
if marioX < minCenterX {
|
||||
marioX = minCenterX
|
||||
}
|
||||
if marioX > maxCenterX {
|
||||
marioX = maxCenterX
|
||||
}
|
||||
if marioY < minCenterY {
|
||||
marioY = minCenterY
|
||||
}
|
||||
if marioY > maxCenterY {
|
||||
marioY = maxCenterY
|
||||
}
|
||||
|
||||
// commit position and advance angle
|
||||
a.mario.position.X = marioX
|
||||
a.mario.position.Y = marioY
|
||||
a.mario.angle = tNext
|
||||
|
||||
// Direction logic (based on the motion between t and tNext)
|
||||
// approximate direction by comparing positions (preferable to trig sign when clamped)
|
||||
prevX := int(math.Round(a.mario.a*math.Cos(t))) + centerX
|
||||
if prevX == marioX {
|
||||
// if we didn't move horizontally, keep previous direction
|
||||
// (this prevents flicker when clamped)
|
||||
} else if marioX < prevX {
|
||||
a.mario.dir.X = -1
|
||||
} else {
|
||||
a.mario.dir.X = 1
|
||||
}
|
||||
|
||||
// up/down based on vertical movement
|
||||
prevY := int(math.Round(a.mario.b*math.Sin(t))) + centerY
|
||||
if prevY == marioY {
|
||||
// keep previous up/down state
|
||||
} else if marioY < prevY {
|
||||
a.mario.updown = "marioUp"
|
||||
} else {
|
||||
a.mario.updown = "marioDown"
|
||||
}
|
||||
}
|
||||
|
||||
2
board.go
2
board.go
@@ -40,6 +40,8 @@ func animate(sz image.Point, mqMessages chan mqtt.Message) *Animation {
|
||||
images: initialMap(),
|
||||
updown: "marioUp",
|
||||
dir: image.Point{1, 1},
|
||||
a: 62,
|
||||
b: 31,
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
10
go.mod
10
go.mod
@@ -7,7 +7,7 @@ toolchain go1.21.6
|
||||
require (
|
||||
gitea.wagshome.duckdns.org/publicWagsHome/go-rpi-rgb-led-matrix v1.0.0
|
||||
github.com/disintegration/imaging v1.6.2
|
||||
github.com/eclipse/paho.mqtt.golang v1.4.2
|
||||
github.com/eclipse/paho.mqtt.golang v1.5.0
|
||||
github.com/fogleman/gg v1.3.0
|
||||
)
|
||||
|
||||
@@ -15,14 +15,14 @@ require (
|
||||
dmitri.shuralyov.com/gpu/mtl v0.0.0-20221208032759-85de2813cf6b // indirect
|
||||
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20221017161538-93cebf72946b // indirect
|
||||
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
||||
github.com/gorilla/websocket v1.4.2 // indirect
|
||||
github.com/gorilla/websocket v1.5.3 // indirect
|
||||
github.com/jezek/xgb v1.1.0 // indirect
|
||||
golang.org/x/exp/shiny v0.0.0-20231006140011-7918f672742d // indirect
|
||||
golang.org/x/image v0.13.0 // indirect
|
||||
golang.org/x/mobile v0.0.0-20231006135142-2b44d11868fe // indirect
|
||||
golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d // indirect
|
||||
golang.org/x/sync v0.4.0 // indirect
|
||||
golang.org/x/sys v0.13.0 // indirect
|
||||
golang.org/x/net v0.27.0 // indirect
|
||||
golang.org/x/sync v0.7.0 // indirect
|
||||
golang.org/x/sys v0.22.0 // indirect
|
||||
)
|
||||
|
||||
//replace gitea.wagshome.duckdns.org/publicWagsHome/go-rpi-rgb-led-matrix v0.0.0-20220709235716-bf87ebdb3e55 => /usr/src/app
|
||||
|
||||
25
go.sum
25
go.sum
@@ -4,16 +4,16 @@ gitea.wagshome.duckdns.org/publicWagsHome/go-rpi-rgb-led-matrix v1.0.0 h1:My2/df
|
||||
gitea.wagshome.duckdns.org/publicWagsHome/go-rpi-rgb-led-matrix v1.0.0/go.mod h1:irNP534nYpVyP1wwMz2O903jJ2Ve6se7LAGi6A8JSnE=
|
||||
github.com/disintegration/imaging v1.6.2 h1:w1LecBlG2Lnp8B3jk5zSuNqd7b4DXhcjwek1ei82L+c=
|
||||
github.com/disintegration/imaging v1.6.2/go.mod h1:44/5580QXChDfwIclfc/PCwrr44amcmDAg8hxG0Ewe4=
|
||||
github.com/eclipse/paho.mqtt.golang v1.4.2 h1:66wOzfUHSSI1zamx7jR6yMEI5EuHnT1G6rNA5PM12m4=
|
||||
github.com/eclipse/paho.mqtt.golang v1.4.2/go.mod h1:JGt0RsEwEX+Xa/agj90YJ9d9DH2b7upDZMK9HRbFvCA=
|
||||
github.com/eclipse/paho.mqtt.golang v1.5.0 h1:EH+bUVJNgttidWFkLLVKaQPGmkTUfQQqjOsyvMGvD6o=
|
||||
github.com/eclipse/paho.mqtt.golang v1.5.0/go.mod h1:du/2qNQVqJf/Sqs4MEL77kR8QTqANF7XU7Fk0aOTAgk=
|
||||
github.com/fogleman/gg v1.3.0 h1:/7zJX8F6AaYQc57WQCyN9cAIz+4bCJGO9B+dyW29am8=
|
||||
github.com/fogleman/gg v1.3.0/go.mod h1:R/bRT+9gY/C5z7JzPU0zXsXHKM4/ayA+zqcVNZzPa1k=
|
||||
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20221017161538-93cebf72946b h1:GgabKamyOYguHqHjSkDACcgoPIz3w0Dis/zJ1wyHHHU=
|
||||
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20221017161538-93cebf72946b/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8=
|
||||
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 h1:DACJavvAHhabrF08vX0COfcOBJRhZ8lUbR+ZWIs0Y5g=
|
||||
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0/go.mod h1:E/TSTwGwJL78qG/PmXZO1EjYhfJinVAhrmmHX6Z8B9k=
|
||||
github.com/gorilla/websocket v1.4.2 h1:+/TMaTYc4QFitKJxsQ7Yye35DkWvkdLcvGKqM+x0Ufc=
|
||||
github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
|
||||
github.com/gorilla/websocket v1.5.3 h1:saDtZ6Pbx/0u+bgYQ3q96pZgCzfhKXGPqt7kZ72aNNg=
|
||||
github.com/gorilla/websocket v1.5.3/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
|
||||
github.com/jezek/xgb v1.1.0 h1:wnpxJzP1+rkbGclEkmwpVFQWpuE2PUGNUzP8SbfFobk=
|
||||
github.com/jezek/xgb v1.1.0/go.mod h1:nrhwO0FX/enq75I7Y7G8iN1ubpSGZEiA3v9e9GyRFlk=
|
||||
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
|
||||
@@ -22,7 +22,6 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
|
||||
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
|
||||
github.com/rogpeppe/go-internal v1.11.0 h1:cWPaGQEPrBb5/AsnsZesgZZ9yb1OQ+GOISoDNXVBh4M=
|
||||
github.com/rogpeppe/go-internal v1.11.0/go.mod h1:ddIwULY96R17DhadqLgMfk9H9tvdUzkipdSkR5nkCZA=
|
||||
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
|
||||
golang.org/x/exp/shiny v0.0.0-20231006140011-7918f672742d h1:grE48C8cjIY0aiHVmFyYgYxxSARQWBABLXKZfQPrBhY=
|
||||
golang.org/x/exp/shiny v0.0.0-20231006140011-7918f672742d/go.mod h1:UH99kUObWAZkDnWqppdQe5ZhPYESUw8I0zVV1uWBR+0=
|
||||
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0=
|
||||
@@ -30,16 +29,12 @@ golang.org/x/image v0.13.0 h1:3cge/F/QTkNLauhf2QoE9zp+7sr+ZcL4HnoZmdwg9sg=
|
||||
golang.org/x/image v0.13.0/go.mod h1:6mmbMOeV28HuMTgA6OSRkdXKYw/t5W9Uwn2Yv1r3Yxk=
|
||||
golang.org/x/mobile v0.0.0-20231006135142-2b44d11868fe h1:lrXv4yHeD9FA8PSJATWowP1QvexpyAPWmPia+Kbzql8=
|
||||
golang.org/x/mobile v0.0.0-20231006135142-2b44d11868fe/go.mod h1:BrnXpEObnFxpaT75Jo9hsCazwOWcp7nVIa8NNuH5cuA=
|
||||
golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A=
|
||||
golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d h1:20cMwl2fHAzkJMEA+8J4JgqBQcQGzbisXo31MIeenXI=
|
||||
golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=
|
||||
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
|
||||
golang.org/x/sync v0.4.0 h1:zxkM55ReGkDlKSM+Fu41A+zmbZuaPVbGMzvvdUPznYQ=
|
||||
golang.org/x/sync v0.4.0/go.mod h1:FU7BRWz2tNW+3quACPkgCx/L+uEAv1htQ0V83Z9Rj+Y=
|
||||
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
|
||||
golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
||||
golang.org/x/sys v0.13.0 h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE=
|
||||
golang.org/x/sys v0.13.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||
golang.org/x/net v0.27.0 h1:5K3Njcw06/l2y9vpGCSdcxWOYHOUk3dVNGDXN+FvAys=
|
||||
golang.org/x/net v0.27.0/go.mod h1:dDi0PyhWNoiUOrAS8uXv/vnScO4wnHQO4mj9fn/RytE=
|
||||
golang.org/x/sync v0.7.0 h1:YsImfSBoP9QPYL0xyKJPq0gcaJdG3rInoqxTWbfQu9M=
|
||||
golang.org/x/sync v0.7.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
|
||||
golang.org/x/sys v0.22.0 h1:RI27ohtqKCnwULzJLqkv897zojh5/DwS/ENaMzUOaWI=
|
||||
golang.org/x/sys v0.22.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
|
||||
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
|
||||
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk=
|
||||
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q=
|
||||
|
||||
Reference in New Issue
Block a user