Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
Rdpgw
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mirror
Rdpgw
Commits
0665f928
Commit
0665f928
authored
2 years ago
by
Bolke de Bruin
Browse files
Options
Downloads
Patches
Plain Diff
bump dependencies except koanf
parent
acd98367
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/go.yml
+1
-1
1 addition, 1 deletion
.github/workflows/go.yml
go.mod
+20
-20
20 additions, 20 deletions
go.mod
with
21 additions
and
21 deletions
.github/workflows/go.yml
+
1
−
1
View file @
0665f928
...
...
@@ -16,7 +16,7 @@ jobs:
-
name
:
Set up Go 1.x
uses
:
actions/setup-go@v2
with
:
go-version
:
^1.
19
go-version
:
^1.
20
id
:
go
-
name
:
Install pam-devel
...
...
This diff is collapsed.
Click to expand it.
go.mod
+
20
−
20
View file @
0665f928
module
github.com/bolkedebruin/rdpgw
go 1.
19
go 1.
20
require (
github.com/bolkedebruin/gokrb5/v8
v8.5.0
github.com/coreos/go-oidc/v3
v3.
2
.0
github.com/coreos/go-oidc/v3
v3.
5
.0
github.com/fatih/structs
v1.1.0
github.com/go-jose/go-jose/v3
v3.0.0
github.com/google/uuid
v1.
1.2
github.com/google/uuid
v1.
3.0
github.com/gorilla/mux
v1.8.0
github.com/gorilla/sessions
v1.2.1
github.com/gorilla/websocket
v1.5.0
...
...
@@ -16,37 +16,37 @@ require (
github.com/knadh/koanf
v1.4.2
github.com/msteinert/pam
v1.0.0
github.com/patrickmn/go-cache
v2.1.0+incompatible
github.com/prometheus/client_golang
v1.1
2.1
github.com/thought-machine/go-flags
v1.6.
1
golang.org/x/crypto
v0.
0
.0
-20220722155217-630584e8d5aa
golang.org/x/oauth2
v0.
0
.0
-20220722155238-128564f6959c
google.golang.org/grpc
v1.4
9
.0
google.golang.org/protobuf
v1.
28.1
github.com/prometheus/client_golang
v1.1
5.0
github.com/thought-machine/go-flags
v1.6.
2
golang.org/x/crypto
v0.
8
.0
golang.org/x/oauth2
v0.
7
.0
google.golang.org/grpc
v1.
5
4.0
google.golang.org/protobuf
v1.
30.0
)
require (
github.com/beorn7/perks
v1.0.1 // indirect
github.com/cespare/xxhash/v2
v2.
1.2
// indirect
github.com/cespare/xxhash/v2
v2.
2.0
// indirect
github.com/fsnotify/fsnotify
v1.5.4 // indirect
github.com/golang/protobuf
v1.5.
2
// indirect
github.com/golang/protobuf
v1.5.
3
// indirect
github.com/gorilla/securecookie
v1.1.1 // indirect
github.com/hashicorp/go-uuid
v1.0.3 // indirect
github.com/jcmturner/aescts/v2
v2.0.0 // indirect
github.com/jcmturner/dnsutils/v2
v2.0.0 // indirect
github.com/jcmturner/rpc/v2
v2.0.3 // indirect
github.com/matttproud/golang_protobuf_extensions
v1.0.
1
// indirect
github.com/matttproud/golang_protobuf_extensions
v1.0.
4
// indirect
github.com/mitchellh/copystructure
v1.2.0 // indirect
github.com/mitchellh/mapstructure
v1.5.0 // indirect
github.com/mitchellh/reflectwalk
v1.0.2 // indirect
github.com/pelletier/go-toml
v1.9.5 // indirect
github.com/prometheus/client_model
v0.2.0 // indirect
github.com/prometheus/common
v0.32.1 // indirect
github.com/prometheus/procfs
v0.7.3 // indirect
golang.org/x/net
v0.7.0 // indirect
golang.org/x/sys
v0.5.0 // indirect
golang.org/x/text
v0.7.0 // indirect
github.com/prometheus/client_model
v0.3.0 // indirect
github.com/prometheus/common
v0.42.0 // indirect
github.com/prometheus/procfs
v0.9.0 // indirect
github.com/rogpeppe/go-internal
v1.10.0 // indirect
golang.org/x/net
v0.9.0 // indirect
golang.org/x/sys
v0.7.0 // indirect
golang.org/x/text
v0.9.0 // indirect
google.golang.org/appengine
v1.6.7 // indirect
google.golang.org/genproto
v0.0.0-20200825200019-8632dd797987 // indirect
gopkg.in/square/go-jose.v2
v2.6.0 // indirect
google.golang.org/genproto
v0.0.0-20230110181048-76db0878b65f // indirect
gopkg.in/yaml.v3
v3.0.1 // indirect
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment