-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgo.mod
40 lines (37 loc) · 1.45 KB
/
go.mod
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
module github.com/DDP-Projekt/Kompilierer
go 1.22.2
require (
github.com/badgerodon/penv v0.0.0-20151004123538-7a4c6d64fa11
github.com/bafto/Go-LLVM-Bindings v1.0.2
github.com/google/go-github/v55 v55.0.0
github.com/jwalton/go-supportscolor v1.2.0
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0
github.com/llir/irutil v0.0.0-20230226050352-c20f75c375f9
github.com/llir/llvm v0.3.6
github.com/minio/selfupdate v0.6.0
github.com/otiai10/copy v1.14.0
github.com/spf13/cobra v1.8.1
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.7.0
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8
)
require (
aead.dev/minisign v0.3.0 // indirect
github.com/ProtonMail/go-crypto v1.0.0 // indirect
github.com/cloudflare/circl v1.3.9 // indirect
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/lxn/win v0.0.0-20210218163916-a377121e959e // indirect
github.com/mewmew/float v0.0.0-20211212214546-4fe539893335 // indirect
github.com/mitchellh/go-ps v1.0.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/crypto v0.24.0 // indirect
golang.org/x/mod v0.18.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.21.0 // indirect
golang.org/x/term v0.21.0 // indirect
golang.org/x/tools v0.22.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)