1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-03 20:32:07 -04:00

core: add toolchain directive to go.mod

This commit is contained in:
bbedward
2026-03-13 13:05:31 -04:00
parent aad7011b1c
commit ccf0b60935

View File

@@ -2,6 +2,8 @@ module github.com/AvengeMedia/DankMaterialShell/core
go 1.26.0
toolchain go1.26.1
require (
github.com/Wifx/gonetworkmanager/v2 v2.2.0
github.com/alecthomas/chroma/v2 v2.23.1