open-vault/vendor/github.com/kelseyhightower/envconfig/env_os.go
ncabatoff 03b14d8a64
Upgrade okta sdk lib (#8143)
Upgrade to new official Okta sdk lib.  Since it requires an API token, use old unofficial okta lib for no-apitoken case. 

Update test to use newer field names.  Remove obsolete test invalidated by #4798.  Properly handle case where an error was expected and didn't occur.
2020-02-03 12:51:10 -05:00

8 lines
82 B
Go

// +build appengine
package envconfig
import "os"
var lookupEnv = os.LookupEnv