liv/go.mod

10 lines
199 B
Modula-2
Raw Normal View History

2022-09-18 02:55:09 +08:00
module github.com/fxkt-tech/liv
2021-04-30 23:47:16 +08:00
2024-03-17 14:30:23 +08:00
go 1.22
2022-07-24 23:54:28 +08:00
2022-10-30 13:05:55 +08:00
require (
github.com/ajstarks/svgo v0.0.0-20211024235047-1546f124cd8b
2024-04-07 03:08:42 +08:00
github.com/google/uuid v1.6.0
2024-03-17 14:30:23 +08:00
golang.org/x/exp v0.0.0-20240314144324-c7f7c6466f7f
2022-10-30 13:05:55 +08:00
)