mirror of
https://github.com/Direct-Dev-Ru/go-lcg.git
synced 2025-11-15 17:20:00 +00:00
19 lines
417 B
Modula-2
19 lines
417 B
Modula-2
module github.com/direct-dev-ru/linux-command-gpt
|
|
|
|
go 1.21
|
|
|
|
toolchain go1.23.4
|
|
|
|
require github.com/atotto/clipboard v0.1.4
|
|
|
|
require gopkg.in/yaml.v3 v3.0.1
|
|
|
|
require github.com/golang-jwt/jwt/v5 v5.3.0
|
|
|
|
require (
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.5 //indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0
|
|
github.com/urfave/cli/v2 v2.27.5
|
|
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
|
|
)
|