mirror of
https://github.com/Crocmagnon/fatcontext.git
synced 2024-11-22 07:58:05 +01:00
Gabriel Augendre
0d2c4019d4
Some checks are pending
Go / build (1.22, macos-latest) (push) Waiting to run
Go / build (1.22, ubuntu-latest) (push) Waiting to run
Go / build (1.22, windows-latest) (push) Waiting to run
Go / build (1.23, macos-latest) (push) Waiting to run
Go / build (1.23, ubuntu-latest) (push) Waiting to run
Go / build (1.23, windows-latest) (push) Waiting to run
golangci-lint / lint (1.21) (push) Waiting to run
golangci-lint / lint (1.22) (push) Waiting to run
10 lines
176 B
Modula-2
10 lines
176 B
Modula-2
module github.com/Crocmagnon/fatcontext
|
|
|
|
go 1.22.6
|
|
|
|
require golang.org/x/tools v0.23.0
|
|
|
|
require (
|
|
golang.org/x/mod v0.19.0 // indirect
|
|
golang.org/x/sync v0.7.0 // indirect
|
|
)
|