mirror of
https://gitgud.io/yats/libkiwi.git
synced 2026-06-18 17:15:24 -04:00
19 lines
492 B
Modula-2
19 lines
492 B
Modula-2
module gitgud.io/yats/libkiwi
|
|
|
|
go 1.26.1
|
|
|
|
require (
|
|
gitgud.io/yats/cerberus v0.0.0-20260214165307-66e6f74a4be9
|
|
github.com/PuerkitoBio/goquery v1.12.0
|
|
github.com/pquerna/otp v1.5.0
|
|
golang.org/x/net v0.55.0
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/cascadia v1.3.3 // indirect
|
|
github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc // indirect
|
|
github.com/klauspost/cpuid/v2 v2.2.3 // indirect
|
|
github.com/minio/sha256-simd v1.0.1 // indirect
|
|
golang.org/x/sys v0.45.0 // indirect
|
|
)
|