diff options
author | Carlos Alexandro Becker <caarlos0@users.noreply.github.com> | 2022-01-19 11:38:59 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-19 15:38:59 +0100 |
commit | 1b36bebee9fa72b96e13ced3e18132644d34e6be (patch) | |
tree | 69b7a7ce390347d766422c433e1a15fc79f009f0 /plumbing/protocol/packp/ulreq_test.go | |
parent | a5bbcd278ab1467bf9a8dfa615649b6c4d699119 (diff) | |
download | go-git-1b36bebee9fa72b96e13ced3e18132644d34e6be.tar.gz |
plumbing: protocol/pakp, update agent
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
Diffstat (limited to 'plumbing/protocol/packp/ulreq_test.go')
-rw-r--r-- | plumbing/protocol/packp/ulreq_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plumbing/protocol/packp/ulreq_test.go b/plumbing/protocol/packp/ulreq_test.go index 0b3b616..2797a4e 100644 --- a/plumbing/protocol/packp/ulreq_test.go +++ b/plumbing/protocol/packp/ulreq_test.go @@ -25,7 +25,7 @@ func (s *UlReqSuite) TestNewUploadRequestFromCapabilities(c *C) { r := NewUploadRequestFromCapabilities(cap) c.Assert(r.Capabilities.String(), Equals, - "multi_ack_detailed side-band-64k thin-pack ofs-delta agent=go-git/4.x", + "multi_ack_detailed side-band-64k thin-pack ofs-delta agent=go-git/5.x", ) } |