You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vendor/src/github.com/docker/notary/tuf/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# GOTUF
1
+
# GOTUF
2
2
3
-
This is still a work in progress but will shortly be a fully compliant
3
+
This is still a work in progress but will shortly be a fully compliant
4
4
Go implementation of [The Update Framework (TUF)](http://theupdateframework.com/).
5
5
6
6
## Where's the CLI
@@ -16,7 +16,7 @@ from Docker should be considered the official CLI to be used with this implement
16
16
-[ ] Ensure consistent capitalization in naming (TUF\_\_\_ vs Tuf\_\_\_)
17
17
-[X] Make caching of metadata files smarter - PR #5
18
18
-[ ]~~Add configuration for CLI commands. Order of configuration priority from most to least: flags, config file, defaults~~ Notary should be the official CLI
19
-
-[X]Reassess organization of data types. Possibly consolidate a few things into the data package but break up package into a few more distinct files
19
+
-[X]Reasses organization of data types. Possibly consolidate a few things into the data package but break up package into a few more distinct files
20
20
-[ ] Comprehensive test cases
21
21
-[ ] Delete files no longer in use
22
22
-[ ] Fix up errors. Some have to be instantiated, others don't, the inconsistency is annoying.
@@ -32,5 +32,5 @@ without the code becoming overly convoluted.
32
32
Some features such as pluggable verifiers have alreayd been merged upstream to flynn/go-tuf
33
33
and we are in discussion with [titanous](https://github.com/titanous) about working to merge the 2 implementations.
34
34
35
-
This implementation retains the same 3 Clause BSD license present on
35
+
This implementation retains the same 3 Clause BSD license present on
0 commit comments