mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-09 15:38:03 -05:00
There wasn't a great way to start the gateway with systemd so that it can run in the background and be managed by systemd. This pr addeds a install sub command that decouples install from running. The goal was so you can run something like this in your IaC: ```infisical gateway install --token=<> --domain=<> && systemctl start infisical-gateway```
144 lines
6.2 KiB
Modula-2
144 lines
6.2 KiB
Modula-2
module github.com/Infisical/infisical-merge
|
|
|
|
go 1.23.0
|
|
|
|
toolchain go1.23.5
|
|
|
|
require (
|
|
github.com/bradleyjkemp/cupaloy/v2 v2.8.0
|
|
github.com/charmbracelet/lipgloss v0.9.1
|
|
github.com/creack/pty v1.1.21
|
|
github.com/denisbrodbeck/machineid v1.0.1
|
|
github.com/fatih/semgroup v1.2.0
|
|
github.com/gitleaks/go-gitdiff v0.8.0
|
|
github.com/h2non/filetype v1.1.3
|
|
github.com/infisical/go-sdk v0.4.8
|
|
github.com/infisical/infisical-kmip v0.3.5
|
|
github.com/mattn/go-isatty v0.0.20
|
|
github.com/muesli/ansi v0.0.0-20221106050444-61f0cd9a192a
|
|
github.com/muesli/mango-cobra v1.2.0
|
|
github.com/muesli/reflow v0.3.0
|
|
github.com/muesli/roff v0.1.0
|
|
github.com/petar-dambovaliev/aho-corasick v0.0.0-20211021192214-5ab2d9280aa9
|
|
github.com/pion/dtls/v3 v3.0.4
|
|
github.com/pion/logging v0.2.3
|
|
github.com/pion/turn/v4 v4.0.0
|
|
github.com/posthog/posthog-go v0.0.0-20221221115252-24dfed35d71a
|
|
github.com/quic-go/quic-go v0.50.0
|
|
github.com/rs/cors v1.11.0
|
|
github.com/rs/zerolog v1.26.1
|
|
github.com/spf13/cobra v1.6.1
|
|
github.com/spf13/viper v1.8.1
|
|
github.com/stretchr/testify v1.10.0
|
|
golang.org/x/crypto v0.36.0
|
|
golang.org/x/sys v0.31.0
|
|
golang.org/x/term v0.30.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
require (
|
|
cloud.google.com/go/auth v0.7.0 // indirect
|
|
cloud.google.com/go/auth/oauth2adapt v0.2.2 // indirect
|
|
cloud.google.com/go/compute/metadata v0.4.0 // indirect
|
|
cloud.google.com/go/iam v1.1.11 // indirect
|
|
github.com/alessio/shellescape v1.4.1 // indirect
|
|
github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef // indirect
|
|
github.com/aws/aws-sdk-go-v2 v1.27.2 // indirect
|
|
github.com/aws/aws-sdk-go-v2/config v1.27.18 // indirect
|
|
github.com/aws/aws-sdk-go-v2/credentials v1.17.18 // indirect
|
|
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.5 // indirect
|
|
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.9 // indirect
|
|
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.9 // indirect
|
|
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.2 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.11 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/sso v1.20.11 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.24.5 // indirect
|
|
github.com/aws/aws-sdk-go-v2/service/sts v1.28.12 // indirect
|
|
github.com/aws/smithy-go v1.20.2 // indirect
|
|
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
|
|
github.com/chzyer/readline v1.5.1 // indirect
|
|
github.com/danieljoos/wincred v1.2.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/dvsekhvalnov/jose2go v1.6.0 // indirect
|
|
github.com/felixge/httpsnoop v1.0.4 // indirect
|
|
github.com/fsnotify/fsnotify v1.4.9 // indirect
|
|
github.com/go-logr/logr v1.4.2 // indirect
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
github.com/go-openapi/errors v0.20.2 // indirect
|
|
github.com/go-openapi/strfmt v0.21.3 // indirect
|
|
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
|
|
github.com/godbus/dbus/v5 v5.1.0 // indirect
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
|
github.com/golang/protobuf v1.5.4 // indirect
|
|
github.com/google/pprof v0.0.0-20250302191652-9094ed2288e7 // indirect
|
|
github.com/google/s2a-go v0.1.7 // indirect
|
|
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
|
|
github.com/googleapis/gax-go/v2 v2.12.5 // indirect
|
|
github.com/gosimple/slug v1.15.0 // indirect
|
|
github.com/gosimple/unidecode v1.0.1 // indirect
|
|
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
|
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
|
|
github.com/magiconair/properties v1.8.5 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
|
github.com/mitchellh/mapstructure v1.4.1 // indirect
|
|
github.com/mtibben/percent v0.2.1 // indirect
|
|
github.com/muesli/mango v0.1.0 // indirect
|
|
github.com/muesli/mango-pflag v0.1.0 // indirect
|
|
github.com/muesli/termenv v0.15.2 // indirect
|
|
github.com/oklog/ulid v1.3.1 // indirect
|
|
github.com/onsi/ginkgo/v2 v2.22.2 // indirect
|
|
github.com/pelletier/go-toml v1.9.3 // indirect
|
|
github.com/pion/randutil v0.1.0 // indirect
|
|
github.com/pion/stun/v3 v3.0.0 // indirect
|
|
github.com/pion/transport/v3 v3.0.7 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
github.com/spf13/afero v1.6.0 // indirect
|
|
github.com/spf13/cast v1.3.1 // indirect
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
github.com/subosito/gotenv v1.2.0 // indirect
|
|
github.com/wlynxg/anet v0.0.5 // indirect
|
|
github.com/xtgo/uuid v0.0.0-20140804021211-a0b114877d4c // indirect
|
|
go.mongodb.org/mongo-driver v1.10.0 // indirect
|
|
go.opencensus.io v0.24.0 // indirect
|
|
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect
|
|
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
|
|
go.opentelemetry.io/otel v1.24.0 // indirect
|
|
go.opentelemetry.io/otel/metric v1.24.0 // indirect
|
|
go.opentelemetry.io/otel/trace v1.24.0 // indirect
|
|
go.uber.org/mock v0.5.0 // indirect
|
|
golang.org/x/exp v0.0.0-20250228200357-dead58393ab7 // indirect
|
|
golang.org/x/mod v0.23.0 // indirect
|
|
golang.org/x/net v0.35.0 // indirect
|
|
golang.org/x/oauth2 v0.21.0 // indirect
|
|
golang.org/x/sync v0.12.0 // indirect
|
|
golang.org/x/text v0.23.0 // indirect
|
|
golang.org/x/time v0.6.0 // indirect
|
|
golang.org/x/tools v0.30.0 // indirect
|
|
google.golang.org/api v0.188.0 // indirect
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20240701130421-f6361c86f094 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240708141625-4ad9e859172b // indirect
|
|
google.golang.org/grpc v1.64.1 // indirect
|
|
google.golang.org/protobuf v1.36.1 // indirect
|
|
gopkg.in/ini.v1 v1.62.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/fatih/color v1.17.0
|
|
github.com/go-resty/resty/v2 v2.16.5
|
|
github.com/inconshreveable/mousetrap v1.0.1 // indirect
|
|
github.com/jedib0t/go-pretty v4.3.0+incompatible
|
|
github.com/manifoldco/promptui v0.9.0
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/zalando/go-keyring v0.2.3
|
|
)
|
|
|
|
replace github.com/zalando/go-keyring => github.com/Infisical/go-keyring v1.0.2
|
|
|
|
replace github.com/pion/turn/v4 => github.com/Infisical/turn/v4 v4.0.1
|