Skip to content

Commit

Permalink
go 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
abakum committed Jul 13, 2024
1 parent 01633e0 commit b46b8a7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/abakum/pageant

go 1.21.3
go 1.21

require (
github.com/Microsoft/go-winio v0.6.1
Expand Down
File renamed without changes.
3 changes: 0 additions & 3 deletions pageant.go → pageant_windows.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build windows
// +build windows

// Package pageant provides native Go support for using PuTTY Pageant as an
// SSH agent with the golang.org/x/crypto/ssh/agent package.
// Based loosely on the Java JNA package jsch-agent-proxy-pageant.
Expand Down

0 comments on commit b46b8a7

Please sign in to comment.