-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (21 loc) · 730 Bytes
/
go.mod
File metadata and controls
26 lines (21 loc) · 730 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module github.com/sudorandom/kmcd.dev
go 1.24.0
toolchain go1.24.3
tool (
github.com/fogleman/primitive
github.com/playwright-community/playwright-go/cmd/playwright
)
require (
github.com/disintegration/imaging v1.6.2
github.com/fogleman/gg v1.3.0
github.com/fogleman/primitive v0.0.0-20200504002142-0373c216458b
github.com/playwright-community/playwright-go v0.5200.1
)
require (
github.com/deckarep/golang-set/v2 v2.7.0 // indirect
github.com/go-jose/go-jose/v3 v3.0.4 // indirect
github.com/go-stack/stack v1.8.1 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
golang.org/x/image v0.34.0 // indirect
)