GitRoot

craft your forge, build your project, grow your community freely
 1// SPDX-FileCopyrightText: 2025 Romain Maneschi <romain@gitroot.dev>
 2//
 3// SPDX-License-Identifier: EUPL-1.2
 4
 5module gitroot.dev/server
 6
 7go 1.25.1
 8
 9replace github.com/go-git/go-git/v5 v5.12.0 => github.com/manland/go-git/v5 v5.12.1-0.20250717092059-c15bcdf656dd
10
11replace gitroot.dev/libs/golang/glob => ../libs/golang/glob
12
13replace gitroot.dev/libs/golang/plugin => ../libs/golang/plugin
14
15replace github.com/sergi/go-diff => github.com/octo/go-diff v0.0.0-20240910135756-dd284583ebc1
16
17require (
18	github.com/42wim/sshsig v0.0.0-20240818000253-e3a6333df815
19	github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be
20	github.com/cyphar/filepath-securejoin v0.4.1
21	github.com/go-git/go-billy/v5 v5.6.0
22	github.com/go-git/go-git/v5 v5.12.0
23	github.com/goccy/go-yaml v1.13.6
24	github.com/hashicorp/go-getter v1.7.8
25	github.com/povsister/scp v0.0.0-20250701154629-777cf82de5df
26	github.com/samber/oops v1.14.1
27	github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3
28	github.com/shirou/gopsutil/v4 v4.25.10
29	github.com/tetratelabs/wazero v1.11.0
30	gitroot.dev/libs/golang/glob v0.0.0-00010101000000-000000000000
31	gitroot.dev/libs/golang/plugin v0.0.0-00010101000000-000000000000
32	golang.org/x/crypto v0.35.0
33	golang.org/x/mod v0.23.0
34)
35
36require (
37	cloud.google.com/go v0.110.0 // indirect
38	cloud.google.com/go/compute v1.19.1 // indirect
39	cloud.google.com/go/compute/metadata v0.2.3 // indirect
40	cloud.google.com/go/iam v0.13.0 // indirect
41	cloud.google.com/go/storage v1.29.0 // indirect
42	dario.cat/mergo v1.0.1 // indirect
43	github.com/Microsoft/go-winio v0.6.2 // indirect
44	github.com/ProtonMail/go-crypto v1.1.6 // indirect
45	github.com/aws/aws-sdk-go v1.44.122 // indirect
46	github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
47	github.com/cloudflare/circl v1.6.0 // indirect
48	github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
49	github.com/ebitengine/purego v0.9.0 // indirect
50	github.com/emirpasic/gods v1.18.1 // indirect
51	github.com/fatih/color v1.18.0 // indirect
52	github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
53	github.com/go-ole/go-ole v1.2.6 // indirect
54	github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
55	github.com/golang/protobuf v1.5.4 // indirect
56	github.com/google/go-cmp v0.7.0 // indirect
57	github.com/google/uuid v1.3.0 // indirect
58	github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
59	github.com/googleapis/gax-go/v2 v2.7.1 // indirect
60	github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
61	github.com/hashicorp/go-safetemp v1.0.0 // indirect
62	github.com/hashicorp/go-version v1.6.0 // indirect
63	github.com/jmespath/go-jmespath v0.4.0 // indirect
64	github.com/kevinburke/ssh_config v1.2.0 // indirect
65	github.com/klauspost/compress v1.15.11 // indirect
66	github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
67	github.com/mattn/go-colorable v0.1.13 // indirect
68	github.com/mattn/go-isatty v0.0.20 // indirect
69	github.com/mitchellh/go-homedir v1.1.0 // indirect
70	github.com/mitchellh/go-testing-interface v1.14.1 // indirect
71	github.com/oklog/ulid/v2 v2.1.0 // indirect
72	github.com/pjbgf/sha1cd v0.3.2 // indirect
73	github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
74	github.com/samber/lo v1.47.0 // indirect
75	github.com/tidwall/gjson v1.18.0 // indirect
76	github.com/tidwall/match v1.1.1 // indirect
77	github.com/tidwall/pretty v1.2.0 // indirect
78	github.com/tklauser/go-sysconf v0.3.15 // indirect
79	github.com/tklauser/numcpus v0.10.0 // indirect
80	github.com/ulikunitz/xz v0.5.10 // indirect
81	github.com/yusufpapurcu/wmi v1.2.4 // indirect
82	go.opencensus.io v0.24.0 // indirect
83	go.opentelemetry.io/otel v1.29.0 // indirect
84	go.opentelemetry.io/otel/trace v1.29.0 // indirect
85	golang.org/x/exp v0.0.0-20250218142911-aa4b98e5adaa // indirect
86	golang.org/x/net v0.35.0 // indirect
87	golang.org/x/oauth2 v0.7.0 // indirect
88	golang.org/x/sys v0.38.0 // indirect
89	golang.org/x/text v0.22.0 // indirect
90	golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
91	google.golang.org/api v0.114.0 // indirect
92	google.golang.org/appengine v1.6.7 // indirect
93	google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
94	google.golang.org/grpc v1.56.3 // indirect
95	google.golang.org/protobuf v1.34.1 // indirect
96	gopkg.in/warnings.v0 v0.1.2 // indirect
97)