Changes between Initial Version and Version 2 of Ticket #68676


Ignore:
Timestamp:
Nov 11, 2023, 8:26:29 PM (10 months ago)
Author:
RobK88
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #68676 – Description

    initial v2  
    44
    551.  Updated `go.setup` to point to the latest version of `totp-cli` which is v1.8.2
    6 2.  Updated the various go libraries in `go.vendors` to the latest version
    7 3.  Added the following required go libraries in `go.vendors`
     62.  Updated the various go packages in `go.vendors` to the latest version
     73.  Added the following required go packages in `go.vendors`
    88
    99
     
    1414}}}
    1515
    16 But I am unable to add the `filippo.io/age` and `filippo.io/age/armor` libraries.
     16But I am unable to add the `filippo.io/age` and `filippo.io/age/armor` packages.
    1717
    18 Apparently, `go-vendors` does not support libraries from `filippo.io`.
     18Apparently, `go-vendors` does not support packages from `filippo.io`.
    1919
    20 Instead, I added `github.com/FiloSottile/age` which provides the same library but the source for `totp-cli` cannot find this library.  I suspect  the source may need to be patched.
     20Instead, I added the `github.com/FiloSottile/age` package which provides the same functionality but the source for `totp-cli` cannot find this package.  I suspect  the source may need to be patched.
    2121
    2222Here is the output: