Skip to content

Commit

Permalink
Bump package dependencies (#89)
Browse files Browse the repository at this point in the history
* Bump package dependencies

* Bump package dependencies
  • Loading branch information
miniyarov authored Oct 19, 2024
1 parent c58a5e0 commit 0337fc7
Show file tree
Hide file tree
Showing 4 changed files with 789 additions and 1,964 deletions.
4 changes: 2 additions & 2 deletions examples/kubernetes/go.mod
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
module github.com/dgruber/drmaa2os/examples/kubernetes

go 1.16
go 1.23.2

replace (
github.com/dgruber/drmaa2os => ../../../drmaa2os
github.com/googleapis/gnostic => github.com/googleapis/gnostic v0.4.0
)

require (
github.com/dgruber/drmaa2interface v1.0.2
github.com/dgruber/drmaa2interface v1.2.1
github.com/dgruber/drmaa2os v0.3.26
)
Loading

0 comments on commit 0337fc7

Please sign in to comment.