1 package providers 2 3 import ( 4 httputil "github.com/aliyun/credentials-go/credentials/internal/http" 5 ) 6 7 var httpDo = httputil.Do 8