version2 (#1)
Co-authored-by: u80864958 <niklas.breitenstein@bit.admin.ch> Reviewed-on: #1
This commit is contained in:
13
go.mod
13
go.mod
@ -2,11 +2,16 @@ module git.schreifuchs.ch/schreifuchs/pat
|
||||
|
||||
go 1.23.4
|
||||
|
||||
require golang.design/x/clipboard v0.7.0
|
||||
require (
|
||||
github.com/denormal/go-gitignore v0.0.0-20180930084346-ae8ad1d07817
|
||||
golang.design/x/clipboard v0.7.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 // indirect
|
||||
golang.org/x/exp v0.0.0-20190731235908-ec7cb31e5a56 // indirect
|
||||
golang.org/x/image v0.6.0 // indirect
|
||||
golang.org/x/mobile v0.0.0-20230301163155-e0f57694e12c // indirect
|
||||
golang.org/x/sys v0.5.0 // indirect
|
||||
golang.org/x/exp/shiny v0.0.0-20250305212735-054e65f0b394 // indirect
|
||||
golang.org/x/image v0.25.0 // indirect
|
||||
golang.org/x/mobile v0.0.0-20250305212854-3a7bc9f8a4de // indirect
|
||||
golang.org/x/sys v0.31.0 // indirect
|
||||
)
|
||||
|
Reference in New Issue
Block a user