Run go mod tidy
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Elara 2024-01-19 20:19:46 -08:00
parent 67fb20bd12
commit 1b4c9bbdac
1 changed files with 3 additions and 1 deletions

4
go.mod
View File

@ -1,6 +1,8 @@
module lure.sh/lure-web
go 1.21.0
go 1.21.2
toolchain go1.21.6
require (
github.com/alecthomas/chroma/v2 v2.9.1