Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Apr 29, 2024. It is now read-only.
caos
/
orbos
Public archive
Notifications
You must be signed in to change notification settings
Fork
9
Star
115
Code
Issues
87
Pull requests
19
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Files
Expand file tree
master
Breadcrumbs
orbos
/
go.mod
Copy path
Blame
More file actions
Blame
More file actions
Latest commit
History
History
History
44 lines (42 loc) · 1.55 KB
master
Breadcrumbs
orbos
/
go.mod
Copy path
Top
File metadata and controls
Code
Blame
44 lines (42 loc) · 1.55 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
41
42
43
44
module
github.com/caos/orbos
go
1.16
require
(
github.com/AlecAivazis/survey/v2
v2.3.2
github.com/AppsFlyer/go-sundheit
v0.2.0
github.com/afiskon/promtail-client
v0.0.0-20190305142237-506f3f921e9c
github.com/aws/aws-sdk-go
v1.40.45
github.com/caos/oidc
v1.0.0
github.com/cloudflare/cloudflare-go
v0.23.0
github.com/cloudscale-ch/cloudscale-go-sdk
v1.7.1
github.com/getsentry/sentry-go
v0.11.0
github.com/ghodss/yaml
v1.0.0
github.com/go-git/go-billy/v5
v5.0.0
github.com/go-git/go-git/v5
v5.2.0
github.com/golang/mock
v1.6.0
github.com/google/go-github/v31
v31.0.0
github.com/google/uuid
v1.3.0
github.com/kataras/tablewriter
v0.0.0-20180708051242-e063d29b7c23
github.com/kr/pty
v1.1.8
//
indirect
github.com/landoop/tableprinter
v0.0.0-20200805134727-ea32388e35c1
github.com/pires/go-proxyproto
v0.6.1
github.com/pkg/errors
v0.9.1
github.com/prometheus/client_golang
v1.11.0
github.com/satori/go.uuid
v1.2.0
github.com/spf13/cobra
v1.2.1
github.com/stretchr/testify
v1.7.0
github.com/tinylib/msgp
v1.1.6
//
indirect
golang.org/x/crypto
v0.0.0-20210220033148-5ea612d1eb83
golang.org/x/oauth2
v0.0.0-20210819190943-2bc19b11175f
golang.org/x/sys
v0.0.0-20211013075003-97ac67df715c
//
indirect
google.golang.org/api
v0.57.0
gopkg.in/raintank/schema.v1
v1.0.0
gopkg.in/yaml.v3
v3.0.0-20210107192922-496545a6307b
k8s.io/api
v0.22.2
k8s.io/apiextensions-apiserver
v0.22.2
k8s.io/apimachinery
v0.22.2
k8s.io/client-go
v0.22.2
k8s.io/kubectl
v0.22.2
sigs.k8s.io/controller-runtime
v0.10.1
sigs.k8s.io/controller-tools
v0.7.0
sigs.k8s.io/yaml
v1.2.0
)
You can’t perform that action at this time.