Update dependencies

This commit is contained in:
Jacob Gunther 2023-04-16 16:57:10 -05:00
parent eaa1492baa
commit 2ea126daed
No known key found for this signature in database
GPG Key ID: 3F72AFAF0F74E5FD
3 changed files with 4 additions and 8 deletions

View File

@ -3,9 +3,7 @@ BINARY := bin/main
SOURCES := $(wildcard src/*.go)
# Build for the current platform
build: $(BINARY)
$(BINARY): $(SOURCES)
build:
go build -o $(BINARY) $(SOURCES)
# Build for Linux
@ -27,10 +25,6 @@ build-cross: $(BINARY)
run: build
./$(BINARY)
# Flush cache
flush-cache: build
./$(BINARY) --flush-cache
# Clean up generated files
.PHONY: clean
clean:

2
go.mod
View File

@ -7,7 +7,7 @@ require (
github.com/go-redis/redis/v8 v8.11.5
github.com/gofiber/fiber/v2 v2.43.0
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
github.com/mcstatus-io/mcutil v0.0.0-20230331012121-a2cb94e8ebfe
github.com/mcstatus-io/mcutil v0.0.0-20230416213822-e8ba7a2ea0dd
golang.org/x/image v0.6.0
gopkg.in/yaml.v3 v3.0.1
)

2
go.sum
View File

@ -26,6 +26,8 @@ github.com/mattn/go-runewidth v0.0.14 h1:+xnbZSEeDbOIg5/mE6JF0w6n9duR1l3/WmbinWV
github.com/mattn/go-runewidth v0.0.14/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
github.com/mcstatus-io/mcutil v0.0.0-20230331012121-a2cb94e8ebfe h1:hbmOZmXWQgx+R7RTL4V0ORTEn4GNp2/+cKcqyz4k9yU=
github.com/mcstatus-io/mcutil v0.0.0-20230331012121-a2cb94e8ebfe/go.mod h1:VUB87/x9EYITmQVXZO4eS+egaZOdvxId4IdpU4L5LoA=
github.com/mcstatus-io/mcutil v0.0.0-20230416213822-e8ba7a2ea0dd h1:RL36cvcSw53zICdg0CtPD72RuUUH/MgwcEaLz6pE84s=
github.com/mcstatus-io/mcutil v0.0.0-20230416213822-e8ba7a2ea0dd/go.mod h1:VUB87/x9EYITmQVXZO4eS+egaZOdvxId4IdpU4L5LoA=
github.com/nxadm/tail v1.4.8 h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE=
github.com/onsi/ginkgo v1.16.5 h1:8xi0RTUf59SOSfEtZMvwTvXYMzG4gV23XVHOZiXNtnE=
github.com/onsi/gomega v1.18.1 h1:M1GfJqGRrBrrGGsbxzV5dqM2U2ApXefZCQpkukxYRLE=