This commit is contained in:
2026-02-23 23:10:39 +01:00
parent 77ef8a0f8c
commit 892242366b
3 changed files with 20 additions and 3 deletions

View File

@@ -1,3 +1,10 @@
module example/hello
go 1.25.6
require rsc.io/quote v1.5.2
require (
golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c // indirect
rsc.io/sampler v1.3.0 // indirect
)