# Functions
Validate returns an error if the swagger file is invalid or uses fields we don't support.
ValidateGlideLock looks at a user's glide.yml and makes sure certain dependencies that wag requires are present and locked to the correct version.
ValidateGlideYAML looks at a user's glide.yml and makes sure certain dependencies that wag requires are present and locked to the correct version.
# Structs
GlideLock unmarshals the parts of a glide.lock file we care about.
GlideYML unmarshals the parts of a glide.yml file we care about.
Import contained within a glide.yml.
ListOfPeerDependencyError is a list of PeerDependency errors.
LockedVersion contained within a glide.lock.
PeerDependencyError occurs when glide.yml and/or glide.lock dont have the required dependency versions for wag.