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